We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52f81c4 commit bae63baCopy full SHA for bae63ba
1 file changed
src/main/java/org/msgpack/MessagePack.java
@@ -111,7 +111,8 @@
111
* </pre>
112
*
113
* <p>
114
- * Then you'll get the jar file of MessagePack for Java in <code>target</code> directory.
+ * Then you'll get the jar file of MessagePack for Java in <code>target</code>
115
+ * directory.
116
* </p>
117
118
* <h3>Quick Start MessagePack for Java</h3>
@@ -310,8 +311,8 @@
310
311
* <h3>Optional Fields</h3>
312
313
- * You can add new fields maintaining the compatibility. Use the @Optional in
314
- * the new fields.
+ * You can add new fields maintaining the compatibility. Use the
315
+ * <code>@Optional</code> in the new fields.
316
317
318
* <pre>
0 commit comments