|
From: Michael K. <ko...@us...> - 2006-12-08 07:48:10
|
Update of /cvsroot/cobricks/cobricks2/src/org/cobricks/category In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv12831/org/cobricks/category Modified Files: CategoryPresenter.java Log Message: Index: CategoryPresenter.java =================================================================== RCS file: /cvsroot/cobricks/cobricks2/src/org/cobricks/category/CategoryPresenter.java,v retrieving revision 1.23 retrieving revision 1.24 diff -u -d -r1.23 -r1.24 --- CategoryPresenter.java 6 Dec 2006 09:41:29 -0000 1.23 +++ CategoryPresenter.java 8 Dec 2006 07:48:06 -0000 1.24 @@ -258,7 +258,8 @@ /** - * This auxiliary method is used to get the category object with the given ID. + * This auxiliary method is used to get the category object with the + * given ID. * @param catid The ID of the desired category as String * @return The category object */ @@ -279,7 +280,8 @@ /** - * This auxiliary method is used to get the category object with the given ID. + * This auxiliary method is used to get the category object with the + * given ID. * @param catid The ID of the desired category as String * @return The category object */ |