Sync javadocs to latest spec version
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1680576 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/http/api/src/main/java/org/osgi/service/http/whiteboard/HttpWhiteboardConstants.java b/http/api/src/main/java/org/osgi/service/http/whiteboard/HttpWhiteboardConstants.java
index e92aca8..b82e6f5 100644
--- a/http/api/src/main/java/org/osgi/service/http/whiteboard/HttpWhiteboardConstants.java
+++ b/http/api/src/main/java/org/osgi/service/http/whiteboard/HttpWhiteboardConstants.java
@@ -147,10 +147,8 @@
* property to apply the filter to the servlet.
*
* <p>
- * Servlet names must be unique among all servlet services associated with a
- * single {@link ServletContextHelper}. If multiple servlet services
- * associated with the same HttpContext have the same servlet name, then all
- * but the highest ranked servlet service are ignored.
+ * Servlet names should be unique among all servlet services associated with
+ * a single {@link ServletContextHelper}.
*
* <p>
* The value of this service property must be of type {@code String}.
@@ -233,11 +231,8 @@
* used as the servlet filter name.
*
* <p>
- * Servlet filter names must be unique among all servlet filter services
- * associated with a single {@link ServletContextHelper}. If multiple
- * servlet filter services associated with the same context have the same
- * servlet filter name, then all but the highest ranked servlet filter
- * service are ignored.
+ * Servlet filter names should be unique among all servlet filter services
+ * associated with a single {@link ServletContextHelper}.
*
* <p>
* The value of this service property must be of type {@code String}.