Update of /cvsroot/jython/jython/org/python/core
In directory usw-pr-cvs1:/tmp/cvs-serv9169
Modified Files:
PyArray.java
Log Message:
Silence a javadoc warning.
Index: PyArray.java
===================================================================
RCS file: /cvsroot/jython/jython/org/python/core/PyArray.java,v
retrieving revision 2.5
retrieving revision 2.6
diff -C2 -r2.5 -r2.6
*** PyArray.java 2001/02/25 16:42:18 2.5
--- PyArray.java 2001/03/14 14:31:00 2.6
***************
*** 8,13 ****
* Instances of PyArray are created either by java functions or
* directly by the jarray module.
! *
! * @see org.python.modules.jarray
*/
--- 8,13 ----
* Instances of PyArray are created either by java functions or
* directly by the jarray module.
! * <p>
! * See also the jarray module.
*/
|