Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2015-04-22 13:16:02 +0000
committerThomas Watson2015-04-22 13:17:30 +0000
commit94ebf5d41617a207763816faedc652844a40d990 (patch)
treeda52864161a242eef9fa392a5101c9a97461ea53
parentdaa3d5933bd5aa46b2b47f99a6461f0750f8c62e (diff)
downloadrt.equinox.framework-94ebf5d41617a207763816faedc652844a40d990.tar.gz
rt.equinox.framework-94ebf5d41617a207763816faedc652844a40d990.tar.xz
rt.equinox.framework-94ebf5d41617a207763816faedc652844a40d990.zip
Bug 465194 - [http whiteboard] service prop osgi.http.service.id value must be Collection<Long>I20150422-1000
-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