We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cb71d9 commit 0215af9Copy full SHA for 0215af9
msgpack-core/src/main/java/org/msgpack/core/buffer/MessageBufferOutput.java
@@ -30,11 +30,11 @@ public interface MessageBufferOutput
30
* If the previously allocated buffer is not flushed yet, this next method should discard
31
* it without writing it.
32
*
33
- * @param mimimumSize the mimium required buffer size to allocate
+ * @param minimumSize the mimium required buffer size to allocate
34
* @return
35
* @throws IOException
36
*/
37
- public MessageBuffer next(int mimimumSize)
+ public MessageBuffer next(int minimumSize)
38
throws IOException;
39
40
/**
0 commit comments