diff options
author | Camil Staps | 2015-10-23 12:35:46 +0200 |
---|---|---|
committer | Camil Staps | 2015-10-23 12:35:46 +0200 |
commit | 78c8b3bd7dd49700c8607093304c599e2313f346 (patch) | |
tree | cefbaec6a4ad0a96edd303f023c69b3aa3b9a077 /Practical1/src/nl/camilstaps/cs/GarbageCollectionHelper.java | |
parent | Robson's algorithm; added test outputs; more test cases; tester bugfix (diff) |
Practical1: comments; Java8 fancy stuff; enhancements tester
Diffstat (limited to 'Practical1/src/nl/camilstaps/cs/GarbageCollectionHelper.java')
-rw-r--r-- | Practical1/src/nl/camilstaps/cs/GarbageCollectionHelper.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Practical1/src/nl/camilstaps/cs/GarbageCollectionHelper.java b/Practical1/src/nl/camilstaps/cs/GarbageCollectionHelper.java index 282cfb3..0da2dc5 100644 --- a/Practical1/src/nl/camilstaps/cs/GarbageCollectionHelper.java +++ b/Practical1/src/nl/camilstaps/cs/GarbageCollectionHelper.java @@ -14,7 +14,7 @@ class GarbageCollectionHelper { /** * Read in a Graph from stdin and print whether we can place N bins to stdout - * @param args + * @param args Command line arguments (are ignored) */ public static void main(String[] args) { Graph graph = new Graph(); |