Fix AbstConfMongoDbMS.NOT_IMPLEMENTED modifiers

This commit is contained in:
Artem Bilan
2019-04-11 09:50:28 -04:00
parent d047d28de8
commit 9876fae49e

View File

@@ -86,7 +86,7 @@ public abstract class AbstractConfigurableMongoDbMessageStore extends AbstractMe
protected final Log logger = LogFactory.getLog(getClass()); // NOSONAR - final
private RuntimeException NOT_IMPLEMENTED =
private static final RuntimeException NOT_IMPLEMENTED =
new UnsupportedOperationException("The operation isn't implemented for this class.");
protected final String collectionName; // NOSONAR - final