I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 509f00c5 authored by zab2's avatar zab2
Browse files

Override toString()

parent aeb3241a
No related branches found
No related tags found
No related merge requests found
...@@ -794,6 +794,7 @@ class EstablishState { ...@@ -794,6 +794,7 @@ class EstablishState {
Log log =RouterContext.getCurrentContext().logManager().getLog(VerifiedEstablishState.class); Log log =RouterContext.getCurrentContext().logManager().getLog(VerifiedEstablishState.class);
log.warn("prepareOutbound() on verified state, doing nothing!"); log.warn("prepareOutbound() on verified state, doing nothing!");
} }
@Override public String toString() { return "VerfiedEstablishState";}
} }
/** @deprecated unused */ /** @deprecated unused */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment