mirror of
https://github.com/nasa/trick.git
synced 2024-12-19 21:27:54 +00:00
Made VariableServerConnection autocloseable.
This commit is contained in:
parent
678cc4b877
commit
df6e86e7cb
@ -19,7 +19,7 @@ import java.net.UnknownHostException;
|
||||
*
|
||||
* @author Derek Bankieris
|
||||
*/
|
||||
public class VariableServerConnection {
|
||||
public class VariableServerConnection implements AutoCloseable {
|
||||
|
||||
/** maximum binary packet size sent by the Variable Server */
|
||||
public static final int maximumPacketSize = 8192;
|
||||
|
Loading…
Reference in New Issue
Block a user