From fc0f9ce2aa46444ff69e89e9b9e09f3610eedd74 Mon Sep 17 00:00:00 2001 From: Eduardo Pedroni Date: Mon, 13 Oct 2014 12:24:49 +0200 Subject: Added .txt extension to LICENSE --- src/jcgp/JCGP.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/jcgp/JCGP.java') 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[] { -- cgit v1.2.3