diff options
author | Eduardo Pedroni <e.pedroni91@gmail.com> | 2014-10-13 12:24:49 +0200 |
---|---|---|
committer | Eduardo Pedroni <e.pedroni91@gmail.com> | 2014-10-13 12:24:49 +0200 |
commit | fc0f9ce2aa46444ff69e89e9b9e09f3610eedd74 (patch) | |
tree | 4e968d39059d279c730fdaae374bf75382bebbc0 | |
parent | e145523a2ae686dd2a2ae7996639e6e8d14d992a (diff) |
Added .txt extension to LICENSE
-rw-r--r-- | LICENSE.txt (renamed from LICENSE) | 0 | ||||
-rw-r--r-- | src/jcgp/JCGP.java | 4 |
2 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[] { |