Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpfullbright2011-02-18 22:25:42 +0000
committerpfullbright2011-02-18 22:25:42 +0000
commit4c9f1a42fd8517d85f7088bfecbccdfe3d542699 (patch)
tree86f462b9c26e96273dfbc73492e71e0ea84d2091 /jaxb/plugins/org.eclipse.jpt.jaxb.ui
parent9e2622fc5f09d9b92da9d8c54823cd8f4d37b62f (diff)
downloadwebtools.dali-4c9f1a42fd8517d85f7088bfecbccdfe3d542699.tar.gz
webtools.dali-4c9f1a42fd8517d85f7088bfecbccdfe3d542699.tar.xz
webtools.dali-4c9f1a42fd8517d85f7088bfecbccdfe3d542699.zip
fixed comments
Diffstat (limited to 'jaxb/plugins/org.eclipse.jpt.jaxb.ui')
-rw-r--r--jaxb/plugins/org.eclipse.jpt.jaxb.ui/src/org/eclipse/jpt/jaxb/ui/internal/navigator/JaxbNavigatorContentProvider.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/jaxb/plugins/org.eclipse.jpt.jaxb.ui/src/org/eclipse/jpt/jaxb/ui/internal/navigator/JaxbNavigatorContentProvider.java b/jaxb/plugins/org.eclipse.jpt.jaxb.ui/src/org/eclipse/jpt/jaxb/ui/internal/navigator/JaxbNavigatorContentProvider.java
index 79d1a19831..e23922e219 100644
--- a/jaxb/plugins/org.eclipse.jpt.jaxb.ui/src/org/eclipse/jpt/jaxb/ui/internal/navigator/JaxbNavigatorContentProvider.java
+++ b/jaxb/plugins/org.eclipse.jpt.jaxb.ui/src/org/eclipse/jpt/jaxb/ui/internal/navigator/JaxbNavigatorContentProvider.java
@@ -35,11 +35,11 @@ import org.eclipse.ui.navigator.ICommonContentProvider;
/**
* This extension of navigator content provider delegates to the platform UI
- * (see the org.eclipse.jpt.ui.jpaPlatform extension point) for navigator content.
+ * (see the org.eclipse.jpt.jaxb.ui.jaxbPlatformUis extension point) for navigator content.
*
* If there is a platform UI for the given project, this content provider will
- * provide a root "JPA Content" node (child of the project), otherwise there
- * will be no content. For children of the "JPA Content" node (or for any other
+ * provide a root "JAXB Content" node (child of the project), otherwise there
+ * will be no content. For children of the "JAXB Content" node (or for any other
* sub-node), this provider will delegate to the content provider returned by the
* platform UI implementation.
*/

Back to the top