diff --git a/prism/src/jltl2dstar/DA.java b/prism/src/jltl2dstar/DA.java index 31f30540..98d6d7dc 100644 --- a/prism/src/jltl2dstar/DA.java +++ b/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...