Added author to all java files with class comments.
[utils] / support / src / test / java / org / wamblee / test / EventTracker.java
index c35ce45bbb73b48d7842ed9840ddacd2ae013d04..fce6b23f080ca7694f24a022dac9d70b7790feb3 100644 (file)
@@ -37,6 +37,8 @@ import org.apache.commons.logging.LogFactory;
  *            Type of event sent from test code. Usually String will be
  *            sufficient. The event type must provide a sensible implementation
  *            of {@link java.lang.Object#equals(java.lang.Object)}.
+ *
+ * @author Erik Brakkee
  */
 public class EventTracker<Event> {