mirror of https://github.com/apache/lucene.git
Add missing javadocs for new BinaryDictionary.ResourceScheme
This commit is contained in:
parent
bdaf10ffa8
commit
9e017ba83c
|
@ -39,7 +39,10 @@ import org.apache.lucene.util.IOUtils;
|
|||
*/
|
||||
public abstract class BinaryDictionary implements Dictionary {
|
||||
|
||||
enum ResourceScheme {
|
||||
/**
|
||||
* Used to specify where (dictionary) resources get loaded from.
|
||||
*/
|
||||
public enum ResourceScheme {
|
||||
CLASSPATH, FILE
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue