Skip to content

Commit c5a02a5

Browse files
IGNITE-26728 Fix javadoc codestyle
1 parent 08c36bb commit c5a02a5

File tree

1 file changed

+2
-1
lines changed
  • modules/core/src/main/java/org/apache/ignite/plugin/extensions/communication/mappers

1 file changed

+2
-1
lines changed

modules/core/src/main/java/org/apache/ignite/plugin/extensions/communication/mappers/CustomMapper.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
* <ul>
3030
* <li>Each enum constant maps to a unique {@code byte} value.</li>
3131
* <li>The {@code byte} codes are stable and consistent across all nodes in the cluster.</li>
32-
* <li>The {@link #decode(byte)} method handles invalid or unknown codes appropriately (e.g., throws an exception or returns a default).</li>
32+
* <li>The {@link #decode(byte)} method handles invalid or unknown codes appropriately
33+
* (e.g., throws an exception or returns a default).</li>
3334
* </ul>
3435
* </p>
3536
*

0 commit comments

Comments
 (0)