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