mirror of
https://github.com/apache/activemq.git
synced 2025-02-16 23:16:52 +00:00
fix compilation error in amqp module
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1411695 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
915333e1d5
commit
badc1868bb
@ -88,4 +88,9 @@ public class DroppingWritableBuffer implements WritableBuffer
|
||||
pos += payload.remaining();
|
||||
payload.position(payload.limit());
|
||||
}
|
||||
|
||||
@Override
|
||||
public int limit() {
|
||||
return Integer.MAX_VALUE;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user