mirror of
https://github.com/twiglet/cs2j.git
synced 2025-01-18 13:15:17 +01:00
Don't force IDisposable to implement close()
This commit is contained in:
parent
17fdd8498d
commit
8eec6a60d1
@ -3,5 +3,5 @@ package CS2JNet.System;
|
|||||||
public interface IDisposable {
|
public interface IDisposable {
|
||||||
void Dispose() throws Exception;
|
void Dispose() throws Exception;
|
||||||
|
|
||||||
void close() throws Exception;
|
//void close() throws Exception;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user