Update of /cvsroot/bprocessor/model/src/net/sourceforge/bprocessor/model
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26036
Modified Files:
ConstructionSpaceFacade.java
Log Message:
corrected javadoc
Index: ConstructionSpaceFacade.java
===================================================================
RCS file: /cvsroot/bprocessor/model/src/net/sourceforge/bprocessor/model/ConstructionSpaceFacade.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** ConstructionSpaceFacade.java 12 Sep 2005 18:17:58 -0000 1.5
--- ConstructionSpaceFacade.java 14 Sep 2005 14:06:19 -0000 1.6
***************
*** 203,210 ****
return result;
}
!
/**
* Find the Construction spaces matched with a surface
! * @param surface The the surface
* @return The space the given surface is conected with
*/
--- 203,210 ----
return result;
}
!
/**
* Find the Construction spaces matched with a surface
! * @param surface The surface
* @return The space the given surface is conected with
*/
|