We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08c36bb commit c5a02a5Copy full SHA for c5a02a5
modules/core/src/main/java/org/apache/ignite/plugin/extensions/communication/mappers/CustomMapper.java
@@ -29,7 +29,8 @@
29
* <ul>
30
* <li>Each enum constant maps to a unique {@code byte} value.</li>
31
* <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>
+ * <li>The {@link #decode(byte)} method handles invalid or unknown codes appropriately
33
+ * (e.g., throws an exception or returns a default).</li>
34
* </ul>
35
* </p>
36
*
0 commit comments