forked from I2P_Developers/i2p.i2p
2 more pkg private
This commit is contained in:
@ -23,7 +23,7 @@ import net.i2p.util.Log;
|
|||||||
*
|
*
|
||||||
* @author human
|
* @author human
|
||||||
*/
|
*/
|
||||||
public abstract class SAMHandler implements Runnable {
|
abstract class SAMHandler implements Runnable {
|
||||||
|
|
||||||
protected final Log _log;
|
protected final Log _log;
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ import net.i2p.util.Log;
|
|||||||
*
|
*
|
||||||
* @author human
|
* @author human
|
||||||
*/
|
*/
|
||||||
public abstract class SAMMessageSession {
|
abstract class SAMMessageSession {
|
||||||
|
|
||||||
protected final Log _log;
|
protected final Log _log;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user