ovidiu 02/04/09 23:16:00 Modified: src/scratchpad/schecoon/src/org/apache/cocoon/components/flow AbstractInterpreter.java Log: (register): Don't throw Exception. Revision Changes Path 1.7 +0 -1 xml-cocoon2/src/scratchpad/schecoon/src/org/apache/cocoon/components/flow/AbstractInterpreter.java Index: AbstractInterpreter.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/scratchpad/schecoon/src/org/apache/cocoon/components/flow/AbstractInterpreter.java,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- AbstractInterpreter.java 10 Apr 2002 00:32:19 -0000 1.6 +++ AbstractInterpreter.java 10 Apr 2002 06:16:00 -0000 1.7 @@ -131,7 +131,6 @@ * @see org.apache.cocoon.components.source.DelayedRefreshSourceWrapper */ public void register(String source) - throws Exception { synchronized(this) { needResolve.add(source);
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]