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:
Laurent Francioli 2011-11-28 17:11:30 +01:00
parent 5c2595701c
commit e877db8f42
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ public abstract class Walker<MapType, ReduceType> {
return getToolkit().getMasterSequenceDictionary();
}
protected SampleDB getSampleDB() {
public SampleDB getSampleDB() {
return getToolkit().getSampleDB();
}