mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 09:17:42 +00:00
bug fix
This commit is contained in:
parent
a8cec31f63
commit
a88e42d6fa
@ -64,7 +64,6 @@ import javax.annotation.concurrent.ThreadSafe;
|
|||||||
import javax.swing.JOptionPane;
|
import javax.swing.JOptionPane;
|
||||||
import javax.swing.SwingUtilities;
|
import javax.swing.SwingUtilities;
|
||||||
import org.apache.commons.lang3.StringUtils;
|
import org.apache.commons.lang3.StringUtils;
|
||||||
import org.apache.cxf.common.util.CollectionUtils;
|
|
||||||
import org.openide.util.Lookup;
|
import org.openide.util.Lookup;
|
||||||
import org.openide.util.NbBundle;
|
import org.openide.util.NbBundle;
|
||||||
import org.openide.util.NbBundle.Messages;
|
import org.openide.util.NbBundle.Messages;
|
||||||
@ -1552,7 +1551,7 @@ public class Case {
|
|||||||
.collect(Collectors.toList());
|
.collect(Collectors.toList());
|
||||||
|
|
||||||
File dirFile;
|
File dirFile;
|
||||||
if (CollectionUtils.isEmpty(pathPieces)) {
|
if (pathPieces.isEmpty()) {
|
||||||
// in the event of a severe failure that should never happen
|
// in the event of a severe failure that should never happen
|
||||||
// because both prefix and suffix calls should be non-empty,
|
// because both prefix and suffix calls should be non-empty,
|
||||||
// fallback to a subdirectory of java tmpdir
|
// fallback to a subdirectory of java tmpdir
|
||||||
|
Loading…
x
Reference in New Issue
Block a user