Switch to unified view

a/src/main/java/uuid/Uuid.java b/src/main/java/uuid/Uuid.java
...
...
50
     */
50
     */
51
    void setUuid(String value);
51
    void setUuid(String value);
52
52
53
    /**
53
    /**
54
     * Returns the value of the '<em><b>Merged Uuids</b></em>' attribute list.
54
     * Returns the value of the '<em><b>Merged Uuids</b></em>' attribute list.
55
     * The list contents are of type {@link java.lang.String}.
55
     * The list contents are of type {@link String}.
56
     * <!-- begin-user-doc -->
56
     * <!-- begin-user-doc -->
57
     * <p>
57
     * <p>
58
     * If the meaning of the '<em>Merged Uuids</em>' attribute list isn't clear,
58
     * If the meaning of the '<em>Merged Uuids</em>' attribute list isn't clear,
59
     * there really should be more of a description here...
59
     * there really should be more of a description here...
60
     * </p>
60
     * </p>