This commit is contained in:
hneemann 2017-07-18 09:15:16 +02:00
parent 2a5a42b8e5
commit ab604aab5b

View File

@ -13,7 +13,7 @@ import java.io.File;
/** /**
* Reads all examples and tries to create the model. * Reads all examples and tries to create the model.
* Makes sure that all examples are creatable (one can build the model) * Makes sure that all examples are creatable (one can build the model)
* Does not ensure that they work correctly if no tests are present in the model! * Does not ensure that they work correctly if no tests are present in the circuit!
* *
* @author hneemann * @author hneemann
*/ */