mirror of
https://github.com/nasa/trick.git
synced 2025-02-05 10:29:19 +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) {
|
||||
super.setHostPort(hostname, portNum);
|
||||
host = hostname;
|
||||
port = portNum;
|
||||
actionController = new SimControlActionController();
|
||||
ActionRecord = new Stack<ActionID>();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user