review comments

This commit is contained in:
nishantmonu51 2014-02-10 12:53:36 +05:30
parent dc097081a6
commit ec2a32acfc
1 changed files with 2 additions and 2 deletions

View File

@ -41,8 +41,8 @@ public class MemcachedOperationQueueFactory implements OperationQueueFactory
@Override
public long getBytesSize(Operation operation)
{
return operation.getBuffer().capacity();
return operation.getBuffer().remaining();
}
};
}
}
}