mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 18:17:43 +00:00
Removed some commented out code
This commit is contained in:
parent
e037b9673d
commit
75c5fe79a7
@ -55,8 +55,6 @@ class NewCaseWizardPanel2 implements WizardDescriptor.ValidatingPanel<WizardDesc
|
|||||||
public NewCaseVisualPanel2 getComponent() {
|
public NewCaseVisualPanel2 getComponent() {
|
||||||
if (component == null) {
|
if (component == null) {
|
||||||
component = new NewCaseVisualPanel2();
|
component = new NewCaseVisualPanel2();
|
||||||
} else {
|
|
||||||
// component.refreshCaseDetailsFields();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return component;
|
return component;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user