Fix checkstyle

This commit is contained in:
Norman Maurer 2013-12-02 08:23:57 +01:00
parent 14600167d6
commit 053c512f6d

View File

@ -155,7 +155,7 @@ abstract class PoolArena<T> {
if (chunk.unpooled) {
destroyChunk(chunk);
} else {
synchronized(this) {
synchronized (this) {
chunk.parent.free(chunk, handle);
}
}