make public method protected

This commit is contained in:
zab2
2014-01-04 19:56:55 +00:00
parent f9ff262318
commit 50f55877f8
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ import java.nio.channels.SelectableChannel;
*/
public abstract class AcceptingChannel extends SelectableChannel {
public abstract I2PSocket accept() throws I2PException, ConnectException;
protected abstract I2PSocket accept() throws I2PException, ConnectException;
protected final I2PSocketManager _socketManager;