Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/jaxb
diff options
context:
space:
mode:
authorPaul Fullbright2012-09-05 16:05:34 +0000
committerPaul Fullbright2012-09-05 16:35:31 +0000
commitb6fb2315b64773f50695ce74a2426e6c61e8e489 (patch)
tree17e33b64df2b8abf79f9e66e5916bd11ba2ac70d /jaxb
parent21b18d8ea894e8a750c39a8268bdfdb812821161 (diff)
downloadwebtools.dali-b6fb2315b64773f50695ce74a2426e6c61e8e489.tar.gz
webtools.dali-b6fb2315b64773f50695ce74a2426e6c61e8e489.tar.xz
webtools.dali-b6fb2315b64773f50695ce74a2426e6c61e8e489.zip
Fixed version
Diffstat (limited to 'jaxb')
-rw-r--r--jaxb/plugins/org.eclipse.jpt.jaxb.core/src/org/eclipse/jpt/jaxb/core/context/JaxbPackage.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/jaxb/plugins/org.eclipse.jpt.jaxb.core/src/org/eclipse/jpt/jaxb/core/context/JaxbPackage.java b/jaxb/plugins/org.eclipse.jpt.jaxb.core/src/org/eclipse/jpt/jaxb/core/context/JaxbPackage.java
index 2c730c85fb..a0014c35a5 100644
--- a/jaxb/plugins/org.eclipse.jpt.jaxb.core/src/org/eclipse/jpt/jaxb/core/context/JaxbPackage.java
+++ b/jaxb/plugins/org.eclipse.jpt.jaxb.core/src/org/eclipse/jpt/jaxb/core/context/JaxbPackage.java
@@ -20,7 +20,7 @@ import org.eclipse.jpt.jaxb.core.xsd.XsdSchema;
* pioneering adopters on the understanding that any code that uses this API
* will almost certainly be broken (repeatedly) as the API evolves.
*
- * @version 3.03
+ * @version 3.0
* @since 3.0
*/
public interface JaxbPackage

Back to the top