Skip to content

Commit

Permalink
javadoc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzi2p committed Nov 29, 2023
1 parent 387e4b9 commit 4897b67
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ public void unregisterMetaDest(Destination dest) {
* This is inside the runner, so it won't be there if the runner isn't ready.
*
* @param destHash destination hash associated with the client who's subDb we're looking for
* @return
* @return the netdb or null
*/
@Override
public FloodfillNetworkDatabaseFacade getClientFloodfillNetworkDatabaseFacade(Hash destHash) {
Expand All @@ -310,7 +310,7 @@ public FloodfillNetworkDatabaseFacade getClientFloodfillNetworkDatabaseFacade(Ha
/**
* get all the primary hashes for all the clients and return them as a set
*
* @return
* @return all the hashes or an empty set, non-null
*/
@Override
public Set<Hash> getPrimaryHashes() {
Expand Down

0 comments on commit 4897b67

Please sign in to comment.