minor cleanups
This commit is contained in:
@ -25,10 +25,10 @@ abstract class HandlerImpl implements I2CPMessageHandler {
|
||||
public HandlerImpl(I2PAppContext context, int type) {
|
||||
_context = context;
|
||||
_type = type;
|
||||
_log = new Log(getClass());
|
||||
_log = context.logManager().getLog(getClass());
|
||||
}
|
||||
|
||||
public int getType() {
|
||||
return _type;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user