From: Tim P <ti...@us...> - 2008-03-19 12:45:48
|
Update of /cvsroot/webmacro/webmacro/src/org/webmacro/util In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv3800/src/org/webmacro/util Modified Files: LogTarget.java Log Message: Checkstyle: missing line end at end of file Index: LogTarget.java =================================================================== RCS file: /cvsroot/webmacro/webmacro/src/org/webmacro/util/LogTarget.java,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** LogTarget.java 12 Jun 2003 00:47:48 -0000 1.8 --- LogTarget.java 19 Mar 2008 12:45:44 -0000 1.9 *************** *** 75,77 **** public void removeObserver (LogSystem ls); ! } \ No newline at end of file --- 75,78 ---- public void removeObserver (LogSystem ls); ! } ! |