1
0
mirror of https://github.com/elisspace/autopsy.git synced 2026-09-06 02:24:30 +00:00

change getter visibility

This commit is contained in:
adam-m
2013-02-19 22:53:56 -05:00
parent d2727f26fd
commit 2d3ac78bbc

View File

@@ -55,14 +55,12 @@ public class IngestContext <T extends IngestModuleAbstract> {
context.put(key, value);
}
public ScheduledImageTask<T> getScheduledTask() {
ScheduledImageTask<T> getScheduledTask() {
return task;
}
public boolean isProcessUnalloc() {
boolean isProcessUnalloc() {
return processUnalloc;
}