Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bundles/org.eclipse.osgi.services/src/org/osgi/service/http/runtime/HttpServiceRuntimeConstants.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.osgi.services/src/org/osgi/service/http/runtime/HttpServiceRuntimeConstants.java b/bundles/org.eclipse.osgi.services/src/org/osgi/service/http/runtime/HttpServiceRuntimeConstants.java
index 77f1c5de5..7853f0ddc 100644
--- a/bundles/org.eclipse.osgi.services/src/org/osgi/service/http/runtime/HttpServiceRuntimeConstants.java
+++ b/bundles/org.eclipse.osgi.services/src/org/osgi/service/http/runtime/HttpServiceRuntimeConstants.java
@@ -59,7 +59,7 @@ public final class HttpServiceRuntimeConstants {
* implementation.
*
* <p>
- * The value of this attribute must be of type {@code Collection<Integer>}.
+ * The value of this attribute must be of type {@code Collection<Long>}.
*/
public static final String HTTP_SERVICE_ID_ATTRIBUTE = "osgi.http.service.id";
}

Back to the top