From 5687f0ee0fc042b571c090ad3f5848d51db8a01c Mon Sep 17 00:00:00 2001 From: John Cortell Date: Thu, 10 Dec 2009 21:42:09 +0000 Subject: [PATCH] Documentation improvement --- .../eclipse/cdt/dsf/service/AbstractDsfService.java | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/dsf/org.eclipse.cdt.dsf/src/org/eclipse/cdt/dsf/service/AbstractDsfService.java b/dsf/org.eclipse.cdt.dsf/src/org/eclipse/cdt/dsf/service/AbstractDsfService.java index 411b2a64bdb..06ab24ecfa0 100644 --- a/dsf/org.eclipse.cdt.dsf/src/org/eclipse/cdt/dsf/service/AbstractDsfService.java +++ b/dsf/org.eclipse.cdt.dsf/src/org/eclipse/cdt/dsf/service/AbstractDsfService.java @@ -117,10 +117,12 @@ abstract public class AbstractDsfService * * @param classes * The class names under which the service can be located. For - * convenience, [classes] need not contain {@link IDsfService} or this - * base class; they are automatically added if not present. The - * class names in this array will be stored in the service's - * properties under the key {@link Constants#OBJECTCLASS}. + * convenience, [classes] need not contain {@link IDsfService} or + * the runtime class of this object; they are automatically added + * if not present. The complete list of classes the service ends + * up being registered with in OSGi is recorded and made + * available via + * getProperties().get(Constants.OBJECTCLASS) * @param properties * The properties for this service. The keys in the properties * object must all be String objects. See