Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/Library.java')
-rw-r--r--examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/Library.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/Library.java b/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/Library.java
index 380f36740..26510e98d 100644
--- a/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/Library.java
+++ b/examples/org.eclipse.emf.examples.library/src/org/eclipse/emf/examples/extlibrary/Library.java
@@ -23,6 +23,7 @@ import org.eclipse.emf.ecore.util.FeatureMap;
*
* <p>
* The following features are supported:
+ * </p>
* <ul>
* <li>{@link org.eclipse.emf.examples.extlibrary.Library#getName <em>Name</em>}</li>
* <li>{@link org.eclipse.emf.examples.extlibrary.Library#getWriters <em>Writers</em>}</li>
@@ -34,7 +35,6 @@ import org.eclipse.emf.ecore.util.FeatureMap;
* <li>{@link org.eclipse.emf.examples.extlibrary.Library#getParentBranch <em>Parent Branch</em>}</li>
* <li>{@link org.eclipse.emf.examples.extlibrary.Library#getPeople <em>People</em>}</li>
* </ul>
- * </p>
*
* @see org.eclipse.emf.examples.extlibrary.EXTLibraryPackage#getLibrary()
* @model

Back to the top