From 63317f2aa05cc341eb96bc0bf563f2f4f7aabf9e Mon Sep 17 00:00:00 2001 From: eugenefischer <66030419+eugenefischer@users.noreply.github.com> Date: Wed, 21 Sep 2022 18:08:52 -0500 Subject: [PATCH] Reword output message --- 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 7080807..b0bc636 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 serialized binary file."); + System.out.println("\nThe graph and occupancy data will be written to a file."); System.out.print("Please enter a name for the output file: "); filename = sc.next(); } catch (InputMismatchException ex) {