Reword output message

This commit is contained in:
eugenefischer
2022-09-21 18:08:52 -05:00
parent a054c0c20a
commit 63317f2aa0

View File

@@ -258,7 +258,7 @@ public class InteractiveInterface {
cellFile = sc.next(); cellFile = sc.next();
System.out.print("\nPlease enter name of an existing sample plate file: "); System.out.print("\nPlease enter name of an existing sample plate file: ");
plateFile = sc.next(); 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: "); System.out.print("Please enter a name for the output file: ");
filename = sc.next(); filename = sc.next();
} catch (InputMismatchException ex) { } catch (InputMismatchException ex) {