mirror of
https://github.com/nasa/trick.git
synced 2025-02-10 12:41:21 +00:00
Fixed constructor issue with StubbedSimControlApplication
This commit is contained in:
parent
671b7dc065
commit
90feb68a5f
@ -35,7 +35,8 @@ public class StubbedSimControlApplication extends SimControlApplication {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public StubbedSimControlApplication(String hostname, int portNum) {
|
public StubbedSimControlApplication(String hostname, int portNum) {
|
||||||
super.setHostPort(hostname, portNum);
|
host = hostname;
|
||||||
|
port = portNum;
|
||||||
actionController = new SimControlActionController();
|
actionController = new SimControlActionController();
|
||||||
ActionRecord = new Stack<ActionID>();
|
ActionRecord = new Stack<ActionID>();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user