diff options
Diffstat (limited to 'src/jcgp')
| -rw-r--r-- | src/jcgp/JCGP.java | 4 | 
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[] { | 
