Issue #2879 Code clean up.
Former-commit-id:f6fe26d3de
[formerly4a306121bd
[formerlydd09032119
] [formerlyf6fe26d3de
[formerly 6fbb95beec25582f577dc3547f8f3424eb92cdf2]]] Former-commit-id:4a306121bd
[formerlydd09032119
] Former-commit-id:4a306121bd
Former-commit-id:131f48b094
This commit is contained in:
parent
f7e8fd9f2b
commit
b817e8ff9d
1 changed files with 0 additions and 7 deletions
|
@ -119,12 +119,6 @@ public class SizeJob extends Job {
|
|||
*/
|
||||
private DisplayData currentDisplayData;
|
||||
|
||||
/**
|
||||
* Method to call when loading a new selection for retention/case creation
|
||||
* to update times.
|
||||
*/
|
||||
private IRetentionHour iRetentionHour;
|
||||
|
||||
/**
|
||||
* Current start time.
|
||||
*/
|
||||
|
@ -496,7 +490,6 @@ public class SizeJob extends Job {
|
|||
public String initData(ArchiveConstants.Type type, String selectName,
|
||||
String displayArchive, String displayCategory,
|
||||
IRetentionHour iRetentionHour) {
|
||||
this.iRetentionHour = iRetentionHour;
|
||||
ArchiveConfigManager manager = ArchiveConfigManager.getInstance();
|
||||
String fileName = ArchiveConstants.selectFileName(type, selectName);
|
||||
SelectConfig selections = manager.loadSelection(fileName);
|
||||
|
|
Loading…
Add table
Reference in a new issue