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

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

merge of '37c901026218772a834490f3a1f7b4f3f97f8540'

     and 'e0bd7f50374a8accafb4dfa872318cff7fc59d12'
parents 3d30e142 edb976bc
No related branches found
No related tags found
No related merge requests found
...@@ -16,10 +16,10 @@ package net.i2p.client.datagram; ...@@ -16,10 +16,10 @@ package net.i2p.client.datagram;
public class I2PInvalidDatagramException extends Exception { public class I2PInvalidDatagramException extends Exception {
public I2PInvalidDatagramException() { public I2PInvalidDatagramException() {
super(); super();
} }
public I2PInvalidDatagramException(String s) { 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