Commit in lcsim/src/org/lcsim/event on MAIN
EventHeader.java+2-21.15 -> 1.16
Trivial checkin to test cruisecontrol with site:deploy

lcsim/src/org/lcsim/event
EventHeader.java 1.15 -> 1.16
diff -u -r1.15 -r1.16
--- EventHeader.java	9 Apr 2007 05:11:11 -0000	1.15
+++ EventHeader.java	6 Aug 2007 22:15:18 -0000	1.16
@@ -10,7 +10,7 @@
  * The event header from which information about the rest of the event
  * can be obtained.
  * @author Tony Johnson
- * @version $Id: EventHeader.java,v 1.15 2007/04/09 05:11:11 tonyj Exp $
+ * @version $Id: EventHeader.java,v 1.16 2007/08/06 22:15:18 tonyj Exp $
  */
 public interface EventHeader extends MCEvent
 {
@@ -30,7 +30,7 @@
     */
    <T> List<List<T>> get(Class<T> type);
    /**
-    * Obtian a collection of objects associated with this event, specified by type and name. 
+    * Obtain a collection of objects associated with this event, specified by type and name. 
     * This method will throw an exception if the requested data is not found.
     * @param type The class of items stored in the requested collection
     * @param name The name of the requested collection
CVSspam 0.2.8