From: Tim P <ti...@us...> - 2008-03-20 21:03:43
|
Update of /cvsroot/webmacro/webmacro/src/org/webmacro/util In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv8044/src/org/webmacro/util Modified Files: SelectList.java Log Message: Checkstyle: Redundant throws Index: SelectList.java =================================================================== RCS file: /cvsroot/webmacro/webmacro/src/org/webmacro/util/SelectList.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** SelectList.java 31 Oct 2005 02:46:41 -0000 1.5 --- SelectList.java 20 Mar 2008 21:03:38 -0000 1.6 *************** *** 49,53 **** } ! public Object nextElement () throws NoSuchElementException { _current++; --- 49,53 ---- } ! public Object nextElement () { _current++; |