clean up javadoc warning

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@728584 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Chris M. Hostetter 2008-12-22 03:13:01 +00:00
parent 69cb871e43
commit 1fd7abeb57
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ public abstract class DirectoryFactory implements NamedListInitializedPlugin {
/**
* Opens a Lucene directory
*
* @return
* @throws IOException
*/
public abstract Directory open(String path) throws IOException;