forked from I2P_Developers/i2p.i2p
add Closeable/Flushable interfaces
This commit is contained in:
@@ -9,6 +9,7 @@ package net.i2p.sam;
|
||||
*/
|
||||
|
||||
import java.io.ByteArrayInputStream;
|
||||
import java.io.Closeable;
|
||||
import java.io.IOException;
|
||||
import java.io.InputStream;
|
||||
import java.util.Properties;
|
||||
@@ -31,7 +32,7 @@ import net.i2p.util.Log;
|
||||
*
|
||||
* @author human
|
||||
*/
|
||||
abstract class SAMMessageSession {
|
||||
abstract class SAMMessageSession implements Closeable {
|
||||
|
||||
protected final Log _log;
|
||||
private I2PSession session;
|
||||
|
Reference in New Issue
Block a user