Browse Source

Javadoc typo

git-svn-id: https://www.prismmodelchecker.org/svn/prism/prism/trunk@6028 bbc10eb1-c90d-0410-af57-cb519fbb1720
master
Dave Parker 13 years ago
parent
commit
ab63021afb
  1. 2
      prism/src/prism/Prism.java

2
prism/src/prism/Prism.java

@ -2325,7 +2325,7 @@ public class Prism implements PrismSettingsListener
/**
* Perform model checking of a property on the currently loaded model and return result.
* @param propertiesFile Parent property file of property (for labels/constants/...)
* @param expr The property to check
* @param prop The property to check
*/
public Result modelCheck(PropertiesFile propertiesFile, Property prop) throws PrismException, PrismLangException
{

Loading…
Cancel
Save