mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 18:17:43 +00:00
Merge branch 'master' of https://github.com/sleuthkit/autopsy
Conflicts: Core/src/org/sleuthkit/autopsy/casemodule/ImageFilePanel.java
This commit is contained in:
commit
5524ca766f
@ -53,7 +53,7 @@ public class ImageFilePanel extends ContentTypePanel implements DocumentListener
|
||||
/**
|
||||
* Returns the default instance of a ImageFilePanel.
|
||||
*/
|
||||
public static ImageFilePanel getDefault() {
|
||||
public static synchronized ImageFilePanel getDefault() {
|
||||
if (instance == null) {
|
||||
instance = new ImageFilePanel();
|
||||
instance.init();
|
||||
|
@ -61,7 +61,7 @@ public class LocalDiskPanel extends ContentTypePanel {
|
||||
/**
|
||||
* Get the default instance of this panel.
|
||||
*/
|
||||
public static LocalDiskPanel getDefault() {
|
||||
public static synchronized LocalDiskPanel getDefault() {
|
||||
if (instance == null) {
|
||||
instance = new LocalDiskPanel();
|
||||
instance.init();
|
||||
|
Loading…
x
Reference in New Issue
Block a user