You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by vg...@apache.org on 2002/03/20 06:16:34 UTC

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/components/language/markup Logicsheet.java

vgritsenko    02/03/19 21:16:34

  Modified:    src/java/org/apache/cocoon/components/language/markup
                        Logicsheet.java
  Log:
  minor cleanup
  
  Revision  Changes    Path
  1.9       +2 -2      xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/Logicsheet.java
  
  Index: Logicsheet.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/Logicsheet.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- Logicsheet.java	22 Feb 2002 07:00:08 -0000	1.8
  +++ Logicsheet.java	20 Mar 2002 05:16:34 -0000	1.9
  @@ -83,7 +83,7 @@
    * @author <a href="mailto:ricardo@apache.org">Ricardo Rocha</a>
    * @author <a href="mailto:dims@yahoo.com">Davanum Srinivas</a>
    * @author <a href="mailto:ovidiu@cup.hp.com">Ovidiu Predescu</a>
  - * @version CVS $Id: Logicsheet.java,v 1.8 2002/02/22 07:00:08 cziegeler Exp $
  + * @version CVS $Id: Logicsheet.java,v 1.9 2002/03/20 05:16:34 vgritsenko Exp $
    */
   public class Logicsheet extends AbstractLoggable
   {
  @@ -114,7 +114,7 @@
           this.source = source;
           this.manager = manager;
           try {
  -            this.xsltProcessor = (XSLTProcessor)manager.lookup(XSLTProcessor.ROLE);
  +            this.xsltProcessor = (XSLTProcessor)this.manager.lookup(XSLTProcessor.ROLE);
               this.xsltProcessor.setSourceResolver(resolver);
           } catch (ComponentException e) {
               throw new ProcessingException("Could not obtain XSLT processor", e);
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org