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

Skip to content
Snippets Groups Projects
Commit e772107c authored by zzz's avatar zzz
Browse files

trivial cleanup

parent c44c2225
No related branches found
No related tags found
No related merge requests found
......@@ -51,8 +51,6 @@ public class PoisonI2CPMessage extends I2CPMessageImpl {
@Override
public String toString() {
StringBuilder buf = new StringBuilder();
buf.append("[PoisonMessage]");
return buf.toString();
return "[PoisonMessage]";
}
}
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