Update of /cvsroot/bprocessor/model/src/net/sourceforge/bprocessor/model
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17304
Modified Files:
Surface.java
Log Message:
corrected documentation
Index: Surface.java
===================================================================
RCS file: /cvsroot/bprocessor/model/src/net/sourceforge/bprocessor/model/Surface.java,v
retrieving revision 1.91
retrieving revision 1.92
diff -C2 -d -r1.91 -r1.92
*** Surface.java 10 Apr 2006 14:57:19 -0000 1.91
--- Surface.java 13 Apr 2006 14:01:16 -0000 1.92
***************
*** 42,46 ****
private List edges;
! /** The holdes of this surface */
private Set holes;
--- 42,46 ----
private List edges;
! /** The holes of this surface */
private Set holes;
|