[Nice-commit] Nice/src/nice/tools/doc comment.nice,1.4,1.5
Brought to you by:
bonniot
From: Francis B. <fb...@us...> - 2004-08-01 04:42:22
|
Update of /cvsroot/nice/Nice/src/nice/tools/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17554/src/nice/tools/doc Modified Files: comment.nice Log Message: Changed sort order so that the general comment appears first. Index: comment.nice =================================================================== RCS file: /cvsroot/nice/Nice/src/nice/tools/doc/comment.nice,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** comment.nice 31 Jul 2004 07:59:35 -0000 1.4 --- comment.nice 1 Aug 2004 04:42:14 -0000 1.5 *************** *** 229,236 **** return 0; else ! return 1; } else if(s2 == null) ! return -1; else return s1.compareTo(s2); --- 229,236 ---- return 0; else ! return -1; } else if(s2 == null) ! return 1; else return s1.compareTo(s2); |