Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jaxb/plugins/org.eclipse.jpt.jaxb.core')
-rw-r--r--jaxb/plugins/org.eclipse.jpt.jaxb.core/src/org/eclipse/jpt/jaxb/core/context/XmlID.java5
-rw-r--r--jaxb/plugins/org.eclipse.jpt.jaxb.core/src/org/eclipse/jpt/jaxb/core/context/XmlIDREF.java5
2 files changed, 4 insertions, 6 deletions
diff --git a/jaxb/plugins/org.eclipse.jpt.jaxb.core/src/org/eclipse/jpt/jaxb/core/context/XmlID.java b/jaxb/plugins/org.eclipse.jpt.jaxb.core/src/org/eclipse/jpt/jaxb/core/context/XmlID.java
index d5f9db3d99..83169f9133 100644
--- a/jaxb/plugins/org.eclipse.jpt.jaxb.core/src/org/eclipse/jpt/jaxb/core/context/XmlID.java
+++ b/jaxb/plugins/org.eclipse.jpt.jaxb.core/src/org/eclipse/jpt/jaxb/core/context/XmlID.java
@@ -13,7 +13,7 @@ import org.eclipse.jpt.jaxb.core.context.java.JavaContextNode;
/**
- * Represents a JAXB XmlID
+ * Represents a JAXB XML ID (@XmlID)
* <p>
* Provisional API: This interface is part of an interim API that is still
* under development and expected to change significantly before reaching
@@ -26,6 +26,5 @@ import org.eclipse.jpt.jaxb.core.context.java.JavaContextNode;
*/
public interface XmlID
extends JavaContextNode {
-
-
+
} \ No newline at end of file
diff --git a/jaxb/plugins/org.eclipse.jpt.jaxb.core/src/org/eclipse/jpt/jaxb/core/context/XmlIDREF.java b/jaxb/plugins/org.eclipse.jpt.jaxb.core/src/org/eclipse/jpt/jaxb/core/context/XmlIDREF.java
index 72581acdc0..5eaefd3d6a 100644
--- a/jaxb/plugins/org.eclipse.jpt.jaxb.core/src/org/eclipse/jpt/jaxb/core/context/XmlIDREF.java
+++ b/jaxb/plugins/org.eclipse.jpt.jaxb.core/src/org/eclipse/jpt/jaxb/core/context/XmlIDREF.java
@@ -13,7 +13,7 @@ import org.eclipse.jpt.jaxb.core.context.java.JavaContextNode;
/**
- * Represents a JAXB XmlIDREF
+ * Represents a JAXB XML ID ref (@XmlIDREF)
* <p>
* Provisional API: This interface is part of an interim API that is still
* under development and expected to change significantly before reaching
@@ -26,6 +26,5 @@ import org.eclipse.jpt.jaxb.core.context.java.JavaContextNode;
*/
public interface XmlIDREF
extends JavaContextNode {
-
-
+
} \ No newline at end of file

Back to the top