mirror of
https://github.com/nasa/trick.git
synced 2025-06-16 14:18:28 +00:00
Made VariableServerConnection autocloseable.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user