Browse Source

Error message typo.

git-svn-id: https://www.prismmodelchecker.org/svn/prism/prism/trunk@11913 bbc10eb1-c90d-0410-af57-cb519fbb1720
master
Dave Parker 9 years ago
parent
commit
c0e99cea6b
  1. 2
      prism/src/userinterface/simulator/GUISimulator.java

2
prism/src/userinterface/simulator/GUISimulator.java

@ -413,7 +413,7 @@ public class GUISimulator extends GUIPlugin implements MouseListener, ListSelect
// check here for possibility of multiple initial states // check here for possibility of multiple initial states
// (not supported yet) to avoid problems below // (not supported yet) to avoid problems below
if (parsedModel.getInitialStates() != null) { if (parsedModel.getInitialStates() != null) {
throw new PrismException("The simulator does not not yet handle models with multiple states");
throw new PrismException("The simulator does not yet handle models with multiple initial states");
} }
// do we need to ask for an initial state for simulation? // do we need to ask for an initial state for simulation?

Loading…
Cancel
Save