You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by cr...@apache.org on 2003/07/02 15:20:52 UTC

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

crafterm    2003/07/02 06:20:49

  Modified:    sourceresolve/src/java/org/apache/excalibur/source
                        Source.java
  Log:
  Removed unneeded 'public'
  
  Revision  Changes    Path
  1.15      +2 -2      avalon-excalibur/sourceresolve/src/java/org/apache/excalibur/source/Source.java
  
  Index: Source.java
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/sourceresolve/src/java/org/apache/excalibur/source/Source.java,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- Source.java	29 Jan 2003 06:56:01 -0000	1.14
  +++ Source.java	2 Jul 2003 13:20:40 -0000	1.15
  @@ -106,7 +106,7 @@
        * 
        * @return true if the source exists
        */
  -    public boolean exists();
  +    boolean exists();
       
       /**
        * Return an <code>InputStream</code> to read from the source.
  
  
  

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