--- a/src/main/java/epc/Event.java
+++ b/src/main/java/epc/Event.java
@@ -11,7 +11,7 @@
  * <p>
  * The following features are supported:
  * <ul>
- *   <li>{@link epc.Event#getEventType <em>Event Type</em>}</li>
+ *   <li>{@link Event#getEventType <em>Event Type</em>}</li>
  * </ul>
  * </p>
  *
@@ -39,7 +39,7 @@
 	EventType getEventType();
 
 	/**
-	 * Sets the value of the '{@link epc.Event#getEventType <em>Event Type</em>}' attribute.
+	 * Sets the value of the '{@link Event#getEventType <em>Event Type</em>}' attribute.
 	 * <!-- begin-user-doc -->
 	 * <!-- end-user-doc -->
 	 * @param value the new value of the '<em>Event Type</em>' attribute.