Skip to content

Commit bae63ba

Browse files
committed
trivial modification
1 parent 52f81c4 commit bae63ba

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

src/main/java/org/msgpack/MessagePack.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@
111111
* </pre>
112112
*
113113
* <p>
114-
* Then you'll get the jar file of MessagePack for Java in <code>target</code> directory.
114+
* Then you'll get the jar file of MessagePack for Java in <code>target</code>
115+
* directory.
115116
* </p>
116117
*
117118
* <h3>Quick Start MessagePack for Java</h3>
@@ -310,8 +311,8 @@
310311
* <h3>Optional Fields</h3>
311312
*
312313
* <p>
313-
* You can add new fields maintaining the compatibility. Use the @Optional in
314-
* the new fields.
314+
* You can add new fields maintaining the compatibility. Use the
315+
* <code>@Optional</code> in the new fields.
315316
* </p>
316317
*
317318
* <pre>

0 commit comments

Comments
 (0)