Merge pull request #6499 from eugene7646/bug_fix

Bug fix in properties file
This commit is contained in:
eugene7646 2020-11-25 11:55:16 -05:00 committed by GitHub
commit 2ca366449f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2197,7 +2197,7 @@ public class Server {
// Solr throws a lot of unexpected exception types
logger.log(Level.SEVERE, "Could not add batched documents to index", ex); //NON-NLS
throw new KeywordSearchModuleException(
NbBundle.getMessage(this.getClass(), "Could not add batched documents to index"), ex); //NON-NLS
NbBundle.getMessage(this.getClass(), "Server.addDocBatch.exception.msg"), ex); //NON-NLS
} finally {
docBuffer.clear();
}