diff options
| author | mo khan <mo@mokhan.ca> | 2019-08-11 16:33:12 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2019-08-11 16:33:12 -0600 |
| commit | 39ae7885659d6d1c6397a900eb46898e9443b459 (patch) | |
| tree | 274f6602c7c61ccd5885f8c9a0d760804171e276 /src/Q10/TrainTimeTable.java | |
| parent | c4eebacd3f18230c40d1c61b6570ef9fb4b646d6 (diff) | |
complete program profiles
Diffstat (limited to 'src/Q10/TrainTimeTable.java')
| -rw-r--r-- | src/Q10/TrainTimeTable.java | 4 |
1 files changed, 1 insertions, 3 deletions
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<Station> stations = |
