Skip to content

Commit

Permalink
[Java] Change comment prevent JDK23 javadoc warning, FIX aeron-io#1710.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeb01 authored and DarrylGamroth committed Jan 22, 2025
1 parent 30954ad commit f4fe4a8
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 f4fe4a8

Please sign in to comment.