Skip to content

Commit

Permalink
[Java] Change comment prevent JDK23 javadoc warning, FIX #1710.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeb01 committed Jan 13, 2025
1 parent 7be6ffb commit 3ad8fc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aeron-cluster/src/main/java/io/aeron/cluster/ClusterTool.java
Original file line number Diff line number Diff line change
Expand Up @@ -597,12 +597,12 @@ static ClusterNodeControlProperties loadControlProperties(final File clusterDir)
return BACKWARD_COMPATIBLE_OPERATIONS.loadControlProperties(clusterDir);
}

///////////////////////////////////////////////////////
/*--------------------------------------------------------------*/

/**
* Cluster Tool commands map.
* This is to allow other tools to simply extend ClusterTool
*
* <p>
* Note that the map is cloned and both key and value are Java immutable objects.
*
* @return a clone of Cluster Tool commands map
Expand Down

0 comments on commit 3ad8fc9

Please sign in to comment.