From 94ebf5d41617a207763816faedc652844a40d990 Mon Sep 17 00:00:00 2001 From: Thomas Watson Date: Wed, 22 Apr 2015 08:16:02 -0500 Subject: Bug 465194 - [http whiteboard] service prop osgi.http.service.id value must be Collection --- .../src/org/osgi/service/http/runtime/HttpServiceRuntimeConstants.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. * *

- * The value of this attribute must be of type {@code Collection}. + * The value of this attribute must be of type {@code Collection}. */ public static final String HTTP_SERVICE_ID_ATTRIBUTE = "osgi.http.service.id"; } -- cgit v1.2.3