You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by sa...@apache.org on 2004/02/13 00:22:49 UTC

cvs commit: xml-xalan/java/src/org/apache/xml/utils ObjectFactory.java

santiagopg    2004/02/12 15:22:49

  Modified:    java/src/org/apache/xml/utils Tag: jaxp12112003_branch
                        ObjectFactory.java
  Log:
  Changed ObjectFactory to be package private in this branch.
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.3.2.1   +1 -1      xml-xalan/java/src/org/apache/xml/utils/ObjectFactory.java
  
  Index: ObjectFactory.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xml/utils/ObjectFactory.java,v
  retrieving revision 1.3
  retrieving revision 1.3.2.1
  diff -u -r1.3 -r1.3.2.1
  --- ObjectFactory.java	12 Dec 2003 04:24:20 -0000	1.3
  +++ ObjectFactory.java	12 Feb 2004 23:22:48 -0000	1.3.2.1
  @@ -81,7 +81,7 @@
    *
    * @version $Id$
    */
  -public class ObjectFactory {
  +class ObjectFactory {
   
       //
       // Constants
  
  
  

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