aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEduardo Pedroni <e.pedroni91@gmail.com>2014-10-13 12:24:49 +0200
committerEduardo Pedroni <e.pedroni91@gmail.com>2014-10-13 12:24:49 +0200
commitfc0f9ce2aa46444ff69e89e9b9e09f3610eedd74 (patch)
tree4e968d39059d279c730fdaae374bf75382bebbc0 /src
parente145523a2ae686dd2a2ae7996639e6e8d14d992a (diff)
Added .txt extension to LICENSE
Diffstat (limited to 'src')
-rw-r--r--src/jcgp/JCGP.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/jcgp/JCGP.java b/src/jcgp/JCGP.java
index 99ed556..8f94556 100644
--- a/src/jcgp/JCGP.java
+++ b/src/jcgp/JCGP.java
@@ -46,10 +46,10 @@ public class JCGP {
/*
* The following arrays contain all available modules. These collections are read by the GUI
- * when generating menus and are populated automatically using reflection.
+ * when generating menus.
*
* Each array is accompanied by a field which contains a reference to the currently selected
- * module, 0 by default.
+ * module, index 0 by default.
*/
// mutators
private Mutator[] mutators = new Mutator[] {