From 61d1eb3eb1ff4186a67244ac8afb70705eb3d4ee Mon Sep 17 00:00:00 2001 From: eugenefischer <66030419+eugenefischer@users.noreply.github.com> Date: Sun, 25 Sep 2022 14:34:31 -0500 Subject: [PATCH] Revert "Reword output message" This reverts commit 63317f2aa05cc341eb96bc0bf563f2f4f7aabf9e. --- src/main/java/InteractiveInterface.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/InteractiveInterface.java b/src/main/java/InteractiveInterface.java index b0bc636..7080807 100644 --- a/src/main/java/InteractiveInterface.java +++ b/src/main/java/InteractiveInterface.java @@ -258,7 +258,7 @@ public class InteractiveInterface { cellFile = sc.next(); System.out.print("\nPlease enter name of an existing sample plate file: "); plateFile = sc.next(); - System.out.println("\nThe graph and occupancy data will be written to a file."); + System.out.println("\nThe graph and occupancy data will be written to a serialized binary file."); System.out.print("Please enter a name for the output file: "); filename = sc.next(); } catch (InputMismatchException ex) {