Browse Source

Code tidy.

git-svn-id: https://www.prismmodelchecker.org/svn/prism/prism/trunk@697 bbc10eb1-c90d-0410-af57-cb519fbb1720
master
Dave Parker 18 years ago
parent
commit
ba83bf6fd6
  1. 5
      prism/src/userinterface/properties/GUIProperty.java

5
prism/src/userinterface/properties/GUIProperty.java

@ -91,9 +91,6 @@ public class GUIProperty
private String method; // Method used (verification, simulation)
private String constantsString; // Constant values used
private Values nextMFConstants;
private Values nextPFConstants;
/** Creates a new instance of GUIProperty */
public GUIProperty(Prism prism, String id, String propString, String comment)
{
@ -112,8 +109,6 @@ public class GUIProperty
parseError = "";
method = "<none>";
constantsString = "<none>";
nextMFConstants = new Values();
nextPFConstants = new Values();
}
//ACCESS METHODS

Loading…
Cancel
Save