[cvs] expresso commit by lhamel: javadoc

JCorporate Ltd jcorp at jcorporate.com
Fri Jan 14 21:14:14 UTC 2005


Log Message:
-----------
javadoc

Modified Files:
--------------
    expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/dataobjects/jdbc:
        JoinedDataObjectMetaData.java

Revision Data
-------------
Index: JoinedDataObjectMetaData.java
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/dataobjects/jdbc/JoinedDataObjectMetaData.java,v
retrieving revision 1.23
retrieving revision 1.24
diff -Lexpresso-web/WEB-INF/src/com/jcorporate/expresso/core/dataobjects/jdbc/JoinedDataObjectMetaData.java -Lexpresso-web/WEB-INF/src/com/jcorporate/expresso/core/dataobjects/jdbc/JoinedDataObjectMetaData.java -u -r1.23 -r1.24
--- expresso-web/WEB-INF/src/com/jcorporate/expresso/core/dataobjects/jdbc/JoinedDataObjectMetaData.java
+++ expresso-web/WEB-INF/src/com/jcorporate/expresso/core/dataobjects/jdbc/JoinedDataObjectMetaData.java
@@ -983,7 +983,6 @@
      * Return the Schema Name of the current database object.
      *
      * @return String: Schema name of the target table of this database object
-     * @throws DataException upon error
      *                       <p/>
      *                       author Yves Henri AMAIZO <amy_amaizo at compuserve.com>
      */
@@ -996,7 +995,6 @@
      * Return the Schema Name of the current database object.
      *
      * @return String: Schema name of the target table of this database object
-     * @throws DataException upon error
      *                       <p/>
      *                       author Yves Henri AMAIZO <amy_amaizo at compuserve.com>
      */
@@ -1010,8 +1008,7 @@
      * can span tables by the use of virtual fields, but that this table
      * is the default table for the object.
      *
-     * @param theTable Table for this object
-     * @throws DBException author Yves Henri AMAIZO <amy_amaizo at compuserve.com>
+     * @param dataContext data context
      */
     public String getTargetSQLTable(String dataContext) throws DataException {
         return ((JDBCObjectMetaData) this.getPrimaryDataObject()


More information about the cvs mailing list