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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user