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

Skip to content
Snippets Groups Projects
Commit edb976bc authored by dev's avatar dev
Browse files

minor

parent 6c7e913d
No related branches found
No related tags found
No related merge requests found
......@@ -16,10 +16,10 @@ package net.i2p.client.datagram;
public class I2PInvalidDatagramException extends Exception {
public I2PInvalidDatagramException() {
super();
super();
}
public I2PInvalidDatagramException(String s) {
super(s);
super(s);
}
}
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