ovidiu      02/04/19 00:00:20

  Modified:    
src/scratchpad/schecoon/src/org/apache/cocoon/components/treeprocessor/sitemap
                        ContinueNode.java
  Log:
  Don't pass the InvokeContext object to handleContinuation().
  
  Revision  Changes    Path
  1.4       +1 -1      
xml-cocoon2/src/scratchpad/schecoon/src/org/apache/cocoon/components/treeprocessor/sitemap/ContinueNode.java
  
  Index: ContinueNode.java
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon2/src/scratchpad/schecoon/src/org/apache/cocoon/components/treeprocessor/sitemap/ContinueNode.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ContinueNode.java 10 Apr 2002 00:44:54 -0000      1.3
  +++ ContinueNode.java 19 Apr 2002 07:00:20 -0000      1.4
  @@ -90,7 +90,7 @@
       Interpreter interpreter = (Interpreter)selector.select(language);
   
       try {
  -      interpreter.handleContinuation(contId, params, env, context);
  +      interpreter.handleContinuation(contId, params, env);
       }
       finally {
         selector.release((Component)interpreter);
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to