From 0abe4e8a7271c7038189f4baae0a728c7d0b5fc5 Mon Sep 17 00:00:00 2001 From: Dave Parker Date: Mon, 17 Dec 2012 12:35:55 +0000 Subject: [PATCH] Remove @author tag(s), for consistency. git-svn-id: https://www.prismmodelchecker.org/svn/prism/prism/trunk@6214 bbc10eb1-c90d-0410-af57-cb519fbb1720 --- prism/src/jltl2dstar/DA.java | 2 -- 1 file changed, 2 deletions(-) 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...