Browse Source

Remove @author tag(s), for consistency.

git-svn-id: https://www.prismmodelchecker.org/svn/prism/prism/trunk@6214 bbc10eb1-c90d-0410-af57-cb519fbb1720
master
Dave Parker 13 years ago
parent
commit
0abe4e8a72
  1. 2
      prism/src/jltl2dstar/DA.java

2
prism/src/jltl2dstar/DA.java

@ -301,8 +301,6 @@ public class DA {
* This functions expects that the DA is compact.
* @param da_type a string specifying the type of automaton ("DRA", "DSA").
* @param out the output stream
*
* @author Hongyang Qu
*/
public void printDot(String da_type, PrintStream out) throws PrismException {
// Ensure that this DA is compact...

Loading…
Cancel
Save