Index: trunk/src/scriptbuilder/structures/MyScriptHandler.java
===================================================================
--- trunk/src/scriptbuilder/structures/MyScriptHandler.java	(revision 45)
+++ trunk/src/scriptbuilder/structures/MyScriptHandler.java	(revision 76)
@@ -241,8 +241,10 @@
     /**
      * Constructor. Initializes incident map.
-     */
-    public MyScriptHandler(SimulationScript s)
-    {
-        script = s;
+     *
+     * @param scr the script into which the XML file is being read
+     */
+    public MyScriptHandler(SimulationScript scr)
+    {
+        script = scr;
         incidentMap = new TreeMap<Integer, ScriptIncident>();
         eventMap = new TreeMap<ELEMENT, I_ScriptEvent>();
@@ -255,5 +257,5 @@
      * Get the list of incidents that have been parsed from the script file.
      *
-     * @returns Vector of Incident objects.
+     * @return Vector of Incident objects.
      */
     public Vector<ScriptIncident> getIncidents()
@@ -265,5 +267,5 @@
      * Get the list of units that have been parsed from the script file.
      *
-     * @returns Vector of Unit objects.
+     * @return Vector of Unit objects.
      */
     public ArrayList<Unit> getUnits()
