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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to