You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by jk...@apache.org on 2001/05/23 20:06:25 UTC

cvs commit: xml-xalan/java/src/org/apache/xpath/patterns RelativeStepPattern.java

jkesselm    01/05/23 11:06:22

  Modified:    java/src/org/apache/xpath/patterns Tag: DTM_EXP
                        RelativeStepPattern.java
  Log:
  fix access-level clash
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.2   +1 -1      xml-xalan/java/src/org/apache/xpath/patterns/Attic/RelativeStepPattern.java
  
  Index: RelativeStepPattern.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xpath/patterns/Attic/RelativeStepPattern.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- RelativeStepPattern.java	2001/05/22 05:48:52	1.1.2.1
  +++ RelativeStepPattern.java	2001/05/23 18:06:11	1.1.2.2
  @@ -103,7 +103,7 @@
     /**
      * Static calc of match score.
      */
  -  protected final void calcScore()
  +  public void calcScore()
     {
   
       m_score = SCORE_OTHER;
  
  
  

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