You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by sb...@apache.org on 2001/01/12 08:36:45 UTC

cvs commit: xml-xalan/java/src/org/apache/xalan/transformer Counter.java

sboag       01/01/11 23:36:45

  Modified:    java/src/org/apache/xalan/transformer Counter.java
  Log:
  Make public so javadoc can be accessed from the design document.
  
  Revision  Changes    Path
  1.7       +1 -1      xml-xalan/java/src/org/apache/xalan/transformer/Counter.java
  
  Index: Counter.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xalan/transformer/Counter.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- Counter.java	2000/12/12 21:32:55	1.6
  +++ Counter.java	2001/01/12 07:36:45	1.7
  @@ -75,7 +75,7 @@
    * It tries to cache the counted nodes in document order...
    * the node count is based on its position in the cache list
    */
  -class Counter
  +public class Counter
   {
   
     /**