2 more pkg private

This commit is contained in:
zzz
2014-06-27 15:32:56 +00:00
parent 1047691c64
commit e4430f05e4
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ import net.i2p.util.Log;
*
* @author human
*/
public abstract class SAMHandler implements Runnable {
abstract class SAMHandler implements Runnable {
protected final Log _log;

View File

@ -30,7 +30,7 @@ import net.i2p.util.Log;
*
* @author human
*/
public abstract class SAMMessageSession {
abstract class SAMMessageSession {
protected final Log _log;