убирание портов в константы внутри кода
This commit is contained in:
@@ -7,13 +7,6 @@ public class VisualDVMProperties extends Properties {
|
||||
@Expose
|
||||
public _VisualDVM.Mode Mode = _VisualDVM.Mode.Normal;
|
||||
//---
|
||||
@Expose
|
||||
public int ComponentsServerPort = 7995;
|
||||
@Expose
|
||||
public int TestingServerPort = 7998;
|
||||
@Expose
|
||||
public int SocketTimeout = 5000;
|
||||
//--
|
||||
public VisualDVMProperties() {
|
||||
}
|
||||
public VisualDVMProperties(_VisualDVM.Mode mode_in, File file_in) {
|
||||
@@ -23,8 +16,5 @@ public class VisualDVMProperties extends Properties {
|
||||
//---
|
||||
public VisualDVMProperties(VisualDVMProperties src) {
|
||||
Mode = src.Mode;
|
||||
ComponentsServerPort = src.ComponentsServerPort;
|
||||
TestingServerPort = src.TestingServerPort;
|
||||
SocketTimeout = src.SocketTimeout;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user