Small bug fix
This commit is contained in:
parent
61252ddd11
commit
cc57cd76c2
2 changed files with 1 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ public class NutUPSClient {
|
|||
|
||||
|
||||
public NutUPSClient(String host, int port){
|
||||
this.upsDevices = new ArrayList<>();
|
||||
this.host = host;
|
||||
this.port = port;
|
||||
this.pollTimer = new Timer(POLL_INTERVAL);
|
||||
|
|
|
|||
0
test/zutil/jee/upload/upload_test.html
Normal file → Executable file
0
test/zutil/jee/upload/upload_test.html
Normal file → Executable file
Loading…
Add table
Add a link
Reference in a new issue