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

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

remove unused static log

parent 48cce643
No related branches found
No related tags found
No related merge requests found
...@@ -17,11 +17,11 @@ import net.i2p.util.Log; ...@@ -17,11 +17,11 @@ import net.i2p.util.Log;
* @author jrandom * @author jrandom
*/ */
public class I2NPMessageException extends I2PException { public class I2NPMessageException extends I2PException {
private final static Log _log = new Log(I2NPMessageException.class);
public I2NPMessageException(String message, Throwable parent) { public I2NPMessageException(String message, Throwable parent) {
super(message, parent); super(message, parent);
} }
public I2NPMessageException(String message) { public I2NPMessageException(String message) {
super(message); super(message);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment