From: Tim P <ti...@us...> - 2008-03-20 21:46:58
|
Update of /cvsroot/webmacro/webmacro/src/org/webmacro/util In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv25849/src/org/webmacro/util Modified Files: Base64.java Log Message: Checkstyle: redundant throws Index: Base64.java =================================================================== RCS file: /cvsroot/webmacro/webmacro/src/org/webmacro/util/Base64.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Base64.java 20 Mar 2008 12:01:46 -0000 1.7 --- Base64.java 20 Mar 2008 21:46:55 -0000 1.8 *************** *** 230,234 **** */ private static byte sixBits (byte base64) - throws NumberFormatException { --- 230,233 ---- |