You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NULL_SIMULATION_STATE("Null simulation state data"),//
67
67
OBSERVATION_EVENT_IMPROPER_RELEASE("An observation event is being released during a mutation by a data manager without the use of a corresponding mutation event"),//
68
68
PAST_PLANNING_TIME("Plan execution time is in the past"),//
69
69
PLANNING_QUEUE_ACTIVE("The planning queue is still active and plans cannot be retrieved"),//
Copy file name to clipboardExpand all lines: simulation/src/main/java/gov/hhs/aspr/ms/gcm/simulation/nucleus/testsupport/testplugin/TestSimulation.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -74,13 +74,13 @@ public Builder setSimulationHaltTime(double simulationHaltTime) {
74
74
* Set the simulation time. Defaults to the current date and a start time of
75
75
* zero.
76
76
*
77
-
* @throws ContractException {@link NucleusError#NULL_SIMULATION_TIME} if the
78
-
* simulation time is null
77
+
* @throws ContractException {@link NucleusError#NULL_SIMULATION_STATE} if the
0 commit comments