corrected buntiethersexdevice.

This commit is contained in:
Lucas Pleß 2012-03-30 17:14:29 +02:00
parent 2c7694036d
commit 0c356f3bdb
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import java.util.Map;
public abstract class BuntiEthersexDevice extends BuntiDevice {
private String hostname;
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() {