Update of /cvsroot/webmacro/webmacro/src/org/webmacro/directive
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv2074/src/org/webmacro/directive
Modified Files:
TempletDirective.java
Log Message:
Checkstyle: long line, import and explicit name
Index: TempletDirective.java
===================================================================
RCS file: /cvsroot/webmacro/webmacro/src/org/webmacro/directive/TempletDirective.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** TempletDirective.java 18 Mar 2008 10:50:00 -0000 1.3
--- TempletDirective.java 19 Mar 2008 15:20:29 -0000 1.4
***************
*** 108,112 ****
* @throws IOException N/A
*/
! public void write(org.webmacro.FastWriter out, org.webmacro.Context context) throws org.webmacro.PropertyException, java.io.IOException
{
try
--- 108,113 ----
* @throws IOException N/A
*/
! public void write(org.webmacro.FastWriter out, org.webmacro.Context context)
! throws org.webmacro.PropertyException, IOException
{
try
|