[cvs]
expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/db
TypeMapper.java
JCorporate Ltd
jcorp at jcorp2.servlets.net
Mon Jun 7 21:37:50 PDT 2004
Update of /home/javacorp/.cvs/expresso/expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/db
In directory jcorp2.servlets.net:/tmp/cvs-serv28634/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/db
Modified Files:
TypeMapper.java
Log Message:
fix constructor to fulfill promise of javadoc
Index: TypeMapper.java
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/db/TypeMapper.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** TypeMapper.java 31 Jul 2003 13:08:52 -0000 1.7
--- TypeMapper.java 8 Jun 2004 04:37:47 -0000 1.8
***************
*** 88,92 ****
*
* @author Michael Rimov
- * @version $Revision$ on $Date$
*
* @see com.jcorporate.expresso.core.dataobjects.PersistenceManager
--- 88,91 ----
***************
*** 154,162 ****
* Constructor that initializes the type mapper based upon the data context
*
! * @param dataContext the dataContext to load the Type Mapping for
*
- * @throws DBException upon error
*/
! protected TypeMapper(String dataContext) throws DBException {
}
--- 153,161 ----
* Constructor that initializes the type mapper based upon the data context
*
! * @param thedataContext the dataContext to load the Type Mapping for
*
*/
! protected TypeMapper(String thedataContext) {
! this.dataContext = thedataContext;
}
More information about the cvs
mailing list