Skip to content

Commit

Permalink
javadoc
Browse files Browse the repository at this point in the history
Signed-off-by: Yury-Fridlyand <[email protected]>
  • Loading branch information
Yury-Fridlyand committed Apr 10, 2024
1 parent a325f78 commit 6d64d53
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ public static class SlotIdRoute implements SingleNodeRoute {
*/
private final int slotId;

/** Defines type of the node being addressed. */
private final SlotType slotType;
}

Expand All @@ -84,6 +85,7 @@ public static class SlotKeyRoute implements SingleNodeRoute {
/** The request will be sent to nodes managing this key. */
private final String slotKey;

/** Defines type of the node being addressed. */
private final SlotType slotType;
}

Expand Down

0 comments on commit 6d64d53

Please sign in to comment.