dnaber      2004/09/17 12:15:28

  Modified:    src/java/org/apache/lucene/store Directory.java
  Log:
  fix link in doc
  
  Revision  Changes    Path
  1.8       +1 -1      jakarta-lucene/src/java/org/apache/lucene/store/Directory.java
  
  Index: Directory.java
  ===================================================================
  RCS file: /home/cvs/jakarta-lucene/src/java/org/apache/lucene/store/Directory.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- Directory.java    16 Sep 2004 21:13:37 -0000      1.7
  +++ Directory.java    17 Sep 2004 19:15:28 -0000      1.8
  @@ -67,7 +67,7 @@
     public abstract OutputStream createFile(String name)
          throws IOException;
   
  -  /** @deprecated use [EMAIL PROTECTED] openInput(String)}. */
  +  /** @deprecated use [EMAIL PROTECTED] #openInput(String)} */
     public InputStream openFile(String name) throws IOException {
       return (InputStream)openInput(name);
     }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to