Switch to side-by-side view

--- a/src/main/java/epc/EPCLogicGate.java
+++ b/src/main/java/epc/EPCLogicGate.java
@@ -11,11 +11,11 @@
  * <p>
  * The following features are supported:
  * <ul>
- *   <li>{@link epc.EPCLogicGate#getGateType <em>Gate Type</em>}</li>
+ *   <li>{@link EPCLogicGate#getGateType <em>Gate Type</em>}</li>
  * </ul>
  * </p>
  *
- * @see epc.EpcPackage#getEPCLogicGate()
+ * @see EpcPackage#getEPCLogicGate()
  * @model abstract="true"
  * @generated
  */
@@ -32,14 +32,14 @@
 	 * @return the value of the '<em>Gate Type</em>' attribute.
 	 * @see epc.LogicGateType
 	 * @see #setGateType(LogicGateType)
-	 * @see epc.EpcPackage#getEPCLogicGate_GateType()
+	 * @see EpcPackage#getEPCLogicGate_GateType()
 	 * @model required="true"
 	 * @generated
 	 */
 	LogicGateType getGateType();
 
 	/**
-	 * Sets the value of the '{@link epc.EPCLogicGate#getGateType <em>Gate Type</em>}' attribute.
+	 * Sets the value of the '{@link EPCLogicGate#getGateType <em>Gate Type</em>}' attribute.
 	 * <!-- begin-user-doc -->
 	 * <!-- end-user-doc -->
 	 * @param value the new value of the '<em>Gate Type</em>' attribute.