You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-dev@xmlgraphics.apache.org by ns...@apache.org on 2002/09/25 18:22:40 UTC

cvs commit: xml-batik/sources/org/apache/batik/dom/util SAXDocumentFactory.java

nsochele    2002/09/25 09:22:39

  Modified:    sources/org/apache/batik/dom/util SAXDocumentFactory.java
  Log:
  make the class PreInfo availalble to sub-classes of SAXDocumentFactory
  
  Revision  Changes    Path
  1.15      +2 -2      xml-batik/sources/org/apache/batik/dom/util/SAXDocumentFactory.java
  
  Index: SAXDocumentFactory.java
  ===================================================================
  RCS file: /home/cvs/xml-batik/sources/org/apache/batik/dom/util/SAXDocumentFactory.java,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- SAXDocumentFactory.java	1 Aug 2002 20:24:32 -0000	1.14
  +++ SAXDocumentFactory.java	25 Sep 2002 16:22:39 -0000	1.15
  @@ -108,7 +108,7 @@
        */
       protected ErrorHandler errorHandler;
   
  -    interface PreInfo {
  +    protected interface PreInfo {
           public Node createNode(Document doc);
       }
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: batik-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: batik-dev-help@xml.apache.org