You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by cz...@apache.org on 2003/05/16 13:45:38 UTC

cvs commit: avalon-excalibur/sourceresolve/src/java/org/apache/excalibur/source SourceValidity.java

cziegeler    2003/05/16 04:45:38

  Modified:    sourceresolve/src/java/org/apache/excalibur/source
                        SourceValidity.java
  Log:
  Correct spelling
  
  Revision  Changes    Path
  1.8       +3 -1      avalon-excalibur/sourceresolve/src/java/org/apache/excalibur/source/SourceValidity.java
  
  Index: SourceValidity.java
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/sourceresolve/src/java/org/apache/excalibur/source/SourceValidity.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- SourceValidity.java	29 Jan 2003 06:56:01 -0000	1.7
  +++ SourceValidity.java	16 May 2003 11:45:38 -0000	1.8
  @@ -82,7 +82,9 @@
   {
       final int VALID   = +1;
       final int INVALID = -1;
  +    /** @deprecated because it has been misspelled, use UNKNOWN of course */
       final int UNKNWON = 0;
  +    final int UNKNOWN = 0;
       
       /**
        * Check if the component is still valid. The possible results are :
  
  
  

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