Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2010-11-29 19:57:51 +0000
committerThomas Watson2010-11-29 19:57:51 +0000
commitfd9851876b085849b3bbd220f179cea25780fb6e (patch)
tree1c87b651ec879594938671bf081645e240e2efc3 /bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/Constants.java
parent46cb432f6edb85b4c345c72f5ca72406183cc143 (diff)
downloadrt.equinox.framework-fd9851876b085849b3bbd220f179cea25780fb6e.tar.gz
rt.equinox.framework-fd9851876b085849b3bbd220f179cea25780fb6e.tar.xz
rt.equinox.framework-fd9851876b085849b3bbd220f179cea25780fb6e.zip
update OSGi APIs.v20101129
Diffstat (limited to 'bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/Constants.java')
-rw-r--r--bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/Constants.java13
1 files changed, 4 insertions, 9 deletions
diff --git a/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/Constants.java b/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/Constants.java
index c4b280256..87b43df45 100644
--- a/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/Constants.java
+++ b/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/Constants.java
@@ -28,7 +28,7 @@ import org.osgi.framework.launch.Framework;
*
* @since 1.1
* @noimplement
- * @version $Id: ff0e45d094ae8d41e0eb6328e04a424b80279428 $
+ * @version $Id: 820da8ba75151cdf421fa00bebcc17b4cbcfca4f $
*/
public interface Constants {
@@ -1493,19 +1493,14 @@ public interface Constants {
* provider that these intents are already implemented by the exported
* service object.</li>
* <li>A distribution provider must use this property to convey the combined
- * intents of:</li>
- * <ul>
- * <li>The exporting service, and</li>
- * <li>the intents that the exporting distribution provider adds, and</li>
- * <li>the intents that the importing distribution provider adds.</li>
+ * intents of: The exporting service, and the intents that the exporting distribution provider adds, and the intents that the importing distribution provider adds.
+ * </li>
* </ul>
- * <i></i>
*
- * </ul> To export a service, a distribution provider must expand any
+ * To export a service, a distribution provider must expand any
* qualified intents. Both the exporting and importing distribution
* providers must recognize all intents before a service can be distributed.
*
- * <p>
* The value of this property must be of type {@code String},
* {@code String[]}, or {@code Collection} of {@code String}.
*

Back to the top