forked from I2P_Developers/i2p.i2p
merge of '37c901026218772a834490f3a1f7b4f3f97f8540'
and 'e0bd7f50374a8accafb4dfa872318cff7fc59d12'
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user