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.
|
* Returns the default instance of a ImageFilePanel.
|
||||||
*/
|
*/
|
||||||
public static ImageFilePanel getDefault() {
|
public static synchronized ImageFilePanel getDefault() {
|
||||||
if (instance == null) {
|
if (instance == null) {
|
||||||
instance = new ImageFilePanel();
|
instance = new ImageFilePanel();
|
||||||
instance.init();
|
instance.init();
|
||||||
|
@ -61,7 +61,7 @@ public class LocalDiskPanel extends ContentTypePanel {
|
|||||||
/**
|
/**
|
||||||
* Get the default instance of this panel.
|
* Get the default instance of this panel.
|
||||||
*/
|
*/
|
||||||
public static LocalDiskPanel getDefault() {
|
public static synchronized LocalDiskPanel getDefault() {
|
||||||
if (instance == null) {
|
if (instance == null) {
|
||||||
instance = new LocalDiskPanel();
|
instance = new LocalDiskPanel();
|
||||||
instance.init();
|
instance.init();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user