Skip to content

Commit

Permalink
Router: javadoc add additional note to CM call
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedeekay committed Oct 7, 2023
1 parent 6136890 commit 499106c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion router/java/src/net/i2p/router/client/ClientManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@ public void messageReceived(ClientMessage msg) {
* 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 may be null if it does not exist
* @return may be null if it does not exist and the main netDb is not initialized
*/
public FloodfillNetworkDatabaseFacade getClientFloodfillNetworkDatabaseFacade(Hash destHash) {
if (destHash != null) {
Expand Down

0 comments on commit 499106c

Please sign in to comment.