Skip to content

Commit 5228c5c

Browse files
committed
Adding JavaDoc - part 1
1 parent 4aa970b commit 5228c5c

File tree

4 files changed

+746
-137
lines changed

4 files changed

+746
-137
lines changed

msgpack-core/src/main/java/org/msgpack/core/MessageInsufficientBufferException.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
//
1616
package org.msgpack.core;
1717

18+
/**
19+
* Exception that indicates end of input.
20+
*/
1821
public class MessageInsufficientBufferException
1922
extends MessagePackException
2023
{

0 commit comments

Comments
 (0)