Issue 17001: Issue: SelectionEvent takes a single Entity parameter (tacsit-ftf) Source: SimVentions (Mr. Matthew Wilson, mwilson(at)simventions.com) Nature: Revision Severity: Minor Summary: A translation error occurred from the java PSM to the specification source files. This should be a Collection or List of Entity objects, rather than a single Entity. The affected methods are: • Constructor • getEntities To ensure the integrity of the event object, the internally stored Collection or List should be unmodifiable. This can be easily achieved by copying the List and invoking Collections.unmodifiableList(source). Resolution: Revised Text: Actions taken: January 19, 2012: received issue Discussion: End of Annotations:===== s is issue # 17001 Issue: SelectionEvent takes a single Entity parameter. Severity: Minor A translation error occurred from the java PSM to the specification source files. This should be a Collection or List of Entity objects, rather than a single Entity. The affected methods are: · Constructor · getEntities To ensure the integrity of the event object, the internally stored Collection or List should be unmodifiable. This can be easily achieved by copying the List and invoking Collections.unmodifiableList(source).