Index: trunk/src/scriptbuilder/structures/events/RadioEvaluationEvent.java
===================================================================
--- trunk/src/scriptbuilder/structures/events/RadioEvaluationEvent.java	(revision 46)
+++ trunk/src/scriptbuilder/structures/events/RadioEvaluationEvent.java	(revision 76)
@@ -20,4 +20,7 @@
 {
 
+    /**
+     * Constructor.
+     */
     public RadioEvaluationEvent()
     {
@@ -25,4 +28,7 @@
     }
 
+    /**
+     * A list of the expected actions held by this evaluation event.
+     */
     public ArrayList<String> expectedAction = new ArrayList<String>();
 
