Fixed spacing on new try block

This commit is contained in:
U-BASIS\dsmyda 2021-01-04 20:47:55 -05:00
parent bccd3c6d79
commit 3185ded178

View File

@ -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 "