We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70317e3 commit 20d0d83Copy full SHA for 20d0d83
src/main/java/com/emc/mongoose/storage/driver/coop/netty/NettyStorageDriverBase.java
@@ -335,7 +335,7 @@ protected boolean submit(final O op) throws IllegalStateException {
335
complete(null, op);
336
} else {
337
conn = connPool.lease();
338
- conn.attr(ATTR_KEY_RELEASED).set(false);
+ conn.attr(ATTR_KEY_RELEASED).set(Boolean.FALSE);
339
if (!conn.isActive()) {
340
throw new ConnectException("Connection is not active");
341
}
0 commit comments