Skip to content

Commit 9876fae

Browse files
committed
Fix AbstConfMongoDbMS.NOT_IMPLEMENTED modifiers
1 parent d047d28 commit 9876fae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-integration-mongodb/src/main/java/org/springframework/integration/mongodb/store/AbstractConfigurableMongoDbMessageStore.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public abstract class AbstractConfigurableMongoDbMessageStore extends AbstractMe
8686

8787
protected final Log logger = LogFactory.getLog(getClass()); // NOSONAR - final
8888

89-
private RuntimeException NOT_IMPLEMENTED =
89+
private static final RuntimeException NOT_IMPLEMENTED =
9090
new UnsupportedOperationException("The operation isn't implemented for this class.");
9191

9292
protected final String collectionName; // NOSONAR - final

0 commit comments

Comments
 (0)