mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-19 11:07:43 +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.setChannel(memFileChannel);
|
||||||
databaseBuilder.setCodecProvider(codecProvider);
|
databaseBuilder.setCodecProvider(codecProvider);
|
||||||
Database accessDatabase;
|
Database accessDatabase;
|
||||||
try {
|
try {
|
||||||
accessDatabase = databaseBuilder.open();
|
accessDatabase = databaseBuilder.open();
|
||||||
} catch (Exception ex) { // Firewall, see JIRA-7097
|
} catch (Exception ex) { // Firewall, see JIRA-7097
|
||||||
logger.log(Level.WARNING, String.format("Unexpected exception "
|
logger.log(Level.WARNING, String.format("Unexpected exception "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user