Skip to content

Commit 20d0d83

Browse files
committed
Consistency
1 parent 70317e3 commit 20d0d83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/emc/mongoose/storage/driver/coop/netty/NettyStorageDriverBase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ protected boolean submit(final O op) throws IllegalStateException {
335335
complete(null, op);
336336
} else {
337337
conn = connPool.lease();
338-
conn.attr(ATTR_KEY_RELEASED).set(false);
338+
conn.attr(ATTR_KEY_RELEASED).set(Boolean.FALSE);
339339
if (!conn.isActive()) {
340340
throw new ConnectException("Connection is not active");
341341
}

0 commit comments

Comments
 (0)