From 39ae7885659d6d1c6397a900eb46898e9443b459 Mon Sep 17 00:00:00 2001 From: mo khan Date: Sun, 11 Aug 2019 16:33:12 -0600 Subject: complete program profiles --- src/Q10/TrainTimeTable.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/Q10/TrainTimeTable.java') diff --git a/src/Q10/TrainTimeTable.java b/src/Q10/TrainTimeTable.java index 93f2689..8c16ac8 100644 --- a/src/Q10/TrainTimeTable.java +++ b/src/Q10/TrainTimeTable.java @@ -72,9 +72,7 @@ public class TrainTimeTable { return null; } - /** - * This is the main entry point to the console application. - */ + /** This is the main entry point to the console application. */ public static void main(String[] args) { System.out.println("=== Question 10 ==="); LinkedList stations = -- cgit v1.2.3