mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 10:17:41 +00:00
Fixed spacing on new try block
This commit is contained in:
parent
bccd3c6d79
commit
3185ded178
@ -322,7 +322,7 @@ final class EncryptionDetectionFileIngestModule extends FileIngestModuleAdapter
|
||||
databaseBuilder.setChannel(memFileChannel);
|
||||
databaseBuilder.setCodecProvider(codecProvider);
|
||||
Database accessDatabase;
|
||||
try {
|
||||
try {
|
||||
accessDatabase = databaseBuilder.open();
|
||||
} catch (Exception ex) { // Firewall, see JIRA-7097
|
||||
logger.log(Level.WARNING, String.format("Unexpected exception "
|
||||
|
Loading…
x
Reference in New Issue
Block a user