Update of /cvsroot/bprocessor/model/src/net/sourceforge/bprocessor/model
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv25949
Modified Files:
Surface.java
Log Message:
removed incorrect documentation
Index: Surface.java
===================================================================
RCS file: /cvsroot/bprocessor/model/src/net/sourceforge/bprocessor/model/Surface.java,v
retrieving revision 1.101
retrieving revision 1.102
diff -C2 -d -r1.101 -r1.102
*** Surface.java 26 Jun 2006 11:36:26 -0000 1.101
--- Surface.java 9 Jul 2006 16:24:39 -0000 1.102
***************
*** 132,137 ****
/**
* Return an ordered list of vertices around this Surface.
- * The first and last point is the same point if the Surface
- * is closed
* @return An ordered list of vertices around this Surface
*/
--- 132,135 ----
|