Update of /cvsroot/bprocessor/model/src/net/sourceforge/bprocessor/model
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32332
Modified Files:
FunctionalSpaceFacade.java
Log Message:
corrected @param comment
Index: FunctionalSpaceFacade.java
===================================================================
RCS file: /cvsroot/bprocessor/model/src/net/sourceforge/bprocessor/model/FunctionalSpaceFacade.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** FunctionalSpaceFacade.java 2 Sep 2005 13:39:37 -0000 1.5
--- FunctionalSpaceFacade.java 12 Sep 2005 18:19:53 -0000 1.6
***************
*** 206,210 ****
/**
* Find the Functional spaces matched with a surface
! * @param surface The id of the surface
* @return The space the given surface is conected with
*/
--- 206,210 ----
/**
* Find the Functional spaces matched with a surface
! * @param surface The the surface
* @return The space the given surface is conected with
*/
|