Update of /cvsroot/webmacro/webmacro/src/org/webmacro
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv5266/src/org/webmacro
Modified Files:
ContextTool.java
Log Message:
Line length
Index: ContextTool.java
===================================================================
RCS file: /cvsroot/webmacro/webmacro/src/org/webmacro/ContextTool.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** ContextTool.java 30 Jul 2003 04:51:17 -0000 1.10
--- ContextTool.java 20 Mar 2008 15:27:57 -0000 1.11
***************
*** 27,32 ****
/**
! * This class is used as a base class for legacy context tools so they can fit into the ContextObjectFactory
! * framework.
*/
public abstract class ContextTool implements ContextObjectFactory
--- 27,32 ----
/**
! * This class is used as a base class for legacy context tools so they can
! * fit into the ContextObjectFactory framework.
*/
public abstract class ContextTool implements ContextObjectFactory
***************
*** 42,46 ****
public abstract Object init (Context c) throws PropertyException;
! public Object get(Context c) throws PropertyException {
return init(c);
}
--- 42,46 ----
public abstract Object init (Context c) throws PropertyException;
! public Object get (Context c) throws PropertyException {
return init(c);
}
|