bug 284650 [CommonNavigator] Misleading JavaDoc of the INavigatorContentService
diff --git a/bundles/org.eclipse.ui.navigator/META-INF/MANIFEST.MF b/bundles/org.eclipse.ui.navigator/META-INF/MANIFEST.MF
index c393c1f..a095130 100644
--- a/bundles/org.eclipse.ui.navigator/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.ui.navigator/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %Plugin.name
 Bundle-SymbolicName: org.eclipse.ui.navigator; singleton:=true
-Bundle-Version: 3.4.0.qualifier
+Bundle-Version: 3.4.100.qualifier
 Bundle-Activator: org.eclipse.ui.internal.navigator.NavigatorPlugin
 Bundle-Vendor: %Plugin.providerName
 Bundle-Localization: plugin
diff --git a/bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/INavigatorContentService.java b/bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/INavigatorContentService.java
index beabf12..4833258 100644
--- a/bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/INavigatorContentService.java
+++ b/bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/navigator/INavigatorContentService.java
@@ -31,7 +31,8 @@
  * particular <i>viewerId</i>.
  * 
  * <p>
- * Clients should create instances of the this class using the factory ({@link NavigatorContentServiceFactory}).
+ * Clients can get the instance of this associated with the {@link CommonNavigator} using
+ * {@link CommonNavigator#getNavigatorContentService()}.
  * </p>
  * 
  * <p>
@@ -88,9 +89,6 @@
  * {@link #saveState(IMemento)} at the appropriate times for these extensions to
  * prepare themselves with the memento.
  * </p>
- * <p>
- * This interface is not intended to be implemented by clients.
- * </p>
  * 
  * @since 3.2
  * @noimplement This interface is not intended to be implemented by clients.