jkesselm    02/05/06 14:57:45

  Modified:    java/src/org/apache/xpath/axes PredicatedNodeTest.java
  Log:
  Bugzilla 7159 -- Just an access-permission change, for improved
  toolability.
  
  Revision  Changes    Path
  1.11      +2 -2      
xml-xalan/java/src/org/apache/xpath/axes/PredicatedNodeTest.java
  
  Index: PredicatedNodeTest.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/java/src/org/apache/xpath/axes/PredicatedNodeTest.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- PredicatedNodeTest.java   22 Mar 2002 01:04:43 -0000      1.10
  +++ PredicatedNodeTest.java   6 May 2002 21:57:45 -0000       1.11
  @@ -167,7 +167,7 @@
      *
      * @return A predicate expression.
      */
  -  Expression getPredicate(int index)
  +  public Expression getPredicate(int index)
     {
       return m_predicates[index];
     }
  @@ -625,4 +625,4 @@
       }
     }
       
  -}
  \ No newline at end of file
  +}
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to