Browse Source

Comment typo.

git-svn-id: https://www.prismmodelchecker.org/svn/prism/prism/trunk@9865 bbc10eb1-c90d-0410-af57-cb519fbb1720
master
Dave Parker 11 years ago
parent
commit
60a30d7038
  1. 2
      prism/src/explicit/Product.java

2
prism/src/explicit/Product.java

@ -126,7 +126,7 @@ public abstract class Product<M extends Model> implements ModelTransformation<M,
* over states in the product model: A bit is set in the * over states in the product model: A bit is set in the
* result for a product state if the bit is set in the parameter * result for a product state if the bit is set in the parameter
* for the corresponding original model state. * for the corresponding original model state.
* @param automataStates a BitSet over states of the automaton for this product.
* @param modelStates a BitSet over states of the original model for this product.
*/ */
public BitSet liftFromModel(BitSet modelStates) public BitSet liftFromModel(BitSet modelStates)
{ {

Loading…
Cancel
Save