make Allocator public
This commit is contained in:
parent
1d51317074
commit
09eec64941
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ package org.capnproto;
|
|||
/**
|
||||
* An object that allocates memory for a Cap'n Proto message as it is being built.
|
||||
*/
|
||||
interface Allocator {
|
||||
public interface Allocator {
|
||||
/**
|
||||
* Allocates a ByteBuffer to be used as a segment in a message. The returned
|
||||
* buffer must contain at least `minimumSize` bytes, all of which MUST be
|
||||
|
|
Loading…
Reference in a new issue