You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by do...@apache.org on 2002/06/23 13:26:13 UTC

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

donaldp     2002/06/23 04:26:13

  Modified:    sourceresolve/src/java/org/apache/excalibur/source
                        SourceValidity.java
  Log:
  Fix javadoc errors
  
  Revision  Changes    Path
  1.3       +3 -4      jakarta-avalon-excalibur/sourceresolve/src/java/org/apache/excalibur/source/SourceValidity.java
  
  Index: SourceValidity.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/sourceresolve/src/java/org/apache/excalibur/source/SourceValidity.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- SourceValidity.java	4 Jun 2002 08:42:13 -0000	1.2
  +++ SourceValidity.java	23 Jun 2002 11:26:13 -0000	1.3
  @@ -15,8 +15,8 @@
    * The other possibility needs another (newer) validity object to compare
    * against (e.g. to test a last modification date).
    * To avoid testing, what the actual implementation of the validity
  - * object supports, the invocation order is to first call {@link isValid()} and only if
  - * this results in <code>0</code>, then to call {@link isValid(SourceValidity)}.
  + * object supports, the invocation order is to first call {@link #isValid()} and only if
  + * this results in <code>0</code>, then to call {@link #isValid}.
    * But remember to call the second isValid(SourceValidity) when <code>0</code>
    * is returned by the first invocation!
    *
  @@ -26,7 +26,6 @@
   public interface SourceValidity
       extends java.io.Serializable
   {
  -
       /**
        * Check if the component is still valid.
        * If <code>0</code> is returned the isValid(SourceValidity) must be
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>