From 139b4f6dd60a1f6ffafa20cd97726ea314956bc5 Mon Sep 17 00:00:00 2001 From: Dave Parker Date: Thu, 4 Aug 2011 09:45:08 +0000 Subject: [PATCH] Code tidy. git-svn-id: https://www.prismmodelchecker.org/svn/prism/prism/trunk@3358 bbc10eb1-c90d-0410-af57-cb519fbb1720 --- prism/src/prism/Prism.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prism/src/prism/Prism.java b/prism/src/prism/Prism.java index df56f916..0d37dccc 100644 --- a/prism/src/prism/Prism.java +++ b/prism/src/prism/Prism.java @@ -1199,7 +1199,7 @@ public class Prism implements PrismSettingsListener { exportTransToFile(model, ordered, exportType, file); } /** - * Export a model's transition matrix to a file + * Export a model's transition matrix to a file (or to the log) * @param model The model * @param ordered Ensure that (source) states are in ascending order? * @param exportType Type of export; one of: - * @param file File to export to + * @param file File to export to (if null, print to the log instead) */ public void exportTransToFile(Model model, boolean ordered, int exportType, File file) throws FileNotFoundException, PrismException {