From: Erik V. <ev...@us...> - 2008-12-02 20:29:23
|
Update of /cvsroot/rails/18xx/rails/util In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv1478/rails/util Modified Files: Tag.java Log Message: Cleanups Index: Tag.java =================================================================== RCS file: /cvsroot/rails/18xx/rails/util/Tag.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Tag.java 4 Jun 2008 19:00:39 -0000 1.6 --- Tag.java 2 Dec 2008 20:29:15 -0000 1.7 *************** *** 344,348 **** /** * @deprecated This is a stop-gap, needed until all XML parsing code has ! * been converted to use Tag. * @return */ --- 344,349 ---- /** * @deprecated This is a stop-gap, needed until all XML parsing code has ! * been converted to use Tag. This method is now only called from ! * some external utilities. * @return */ |