corrected buntiethersexdevice.
This commit is contained in:
parent
2c7694036d
commit
0c356f3bdb
|
@ -11,7 +11,7 @@ import java.util.Map;
|
||||||
public abstract class BuntiEthersexDevice extends BuntiDevice {
|
public abstract class BuntiEthersexDevice extends BuntiDevice {
|
||||||
private String hostname;
|
private String hostname;
|
||||||
private int port;
|
private int port;
|
||||||
private static final Map<String, Integer> ports = new HashMap<String, Integer>();
|
private final Map<String, Integer> ports = new HashMap<String, Integer>();
|
||||||
|
|
||||||
|
|
||||||
public BuntiEthersexDevice() {
|
public BuntiEthersexDevice() {
|
||||||
|
|
Loading…
Reference in New Issue