Update of /cvsroot/jython/jython/org/python/core
In directory usw-pr-cvs1:/tmp/cvs-serv30977
Modified Files:
InitModule.java
Log Message:
Removed @deprecated tag because it caused a warning for JDK1.4 javadoc.
Use plain english text instead.
Index: InitModule.java
===================================================================
RCS file: /cvsroot/jython/jython/org/python/core/InitModule.java,v
retrieving revision 2.3
retrieving revision 2.4
diff -C2 -d -r2.3 -r2.4
*** InitModule.java 2001/10/28 17:13:42 2.3
--- InitModule.java 2001/11/27 10:49:14 2.4
***************
*** 6,11 ****
* An deprecated interface that can be used if a java class
* want control over the class dict initialization.
! *
! * @deprecated. See ClassDictInit for a replacement.
*
* @see ClassDictInit
--- 6,11 ----
* An deprecated interface that can be used if a java class
* want control over the class dict initialization.
! * <p>
! * This class is deprecated. See ClassDictInit for a replacement.
*
* @see ClassDictInit
|