You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ne...@apache.org on 2002/09/05 23:36:31 UTC

cvs commit: xml-xerces/java/src/org/apache/xerces/impl Version.java

neilg       2002/09/05 14:36:31

  Modified:    java/src/org/apache/xerces/impl Version.java
  Log:
  make Version#getVersion() static because it seems to be the right thing to do and has no
  obvious side-effects
  
  Revision  Changes    Path
  1.8       +2 -2      xml-xerces/java/src/org/apache/xerces/impl/Version.java
  
  Index: Version.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/Version.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- Version.java	17 Jul 2002 18:36:04 -0000	1.7
  +++ Version.java	5 Sep 2002 21:36:31 -0000	1.8
  @@ -79,7 +79,7 @@
       /* Print out the version information.
        * @return the version of the parser.
        */
  -    public String getVersion() {
  +    public static String getVersion() {
           return fImmutableVersion;
       } // getVersion():  String
   
  
  
  

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