forked from I2P_Developers/i2p.i2p
fix build
This commit is contained in:
@@ -598,5 +598,9 @@ public class DHSessionKeyBuilder {
|
|||||||
public InvalidPublicParameterException(String msg) {
|
public InvalidPublicParameterException(String msg) {
|
||||||
super(msg);
|
super(msg);
|
||||||
}
|
}
|
||||||
|
/** @since 0.9.35 */
|
||||||
|
public InvalidPublicParameterException(String msg, Throwable t) {
|
||||||
|
super(msg, t);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user