Changed visibility of getSampleDB from protected to public as the sampleDB needs to be accessible from Annotators and Evaluators too.
This commit is contained in:
parent
5c2595701c
commit
e877db8f42
|
|
@ -88,7 +88,7 @@ public abstract class Walker<MapType, ReduceType> {
|
||||||
return getToolkit().getMasterSequenceDictionary();
|
return getToolkit().getMasterSequenceDictionary();
|
||||||
}
|
}
|
||||||
|
|
||||||
protected SampleDB getSampleDB() {
|
public SampleDB getSampleDB() {
|
||||||
return getToolkit().getSampleDB();
|
return getToolkit().getSampleDB();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue