diff options
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(); |