diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2010-06-08 16:37:28 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2010-06-08 16:37:28 +0000 |
commit | 5d959551faf32e47aed1e017738316fdeed21a74 (patch) | |
tree | bb920b281c9d8bfab4a5e639f0e5ee1c78a95ae7 | |
parent | 4cd6230ed7a51898a9afea7de796e438c391ce17 (diff) |
Remove non UTF-8 chars
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@952727 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | sca-java-2.x/trunk/modules/node-impl-osgi/src/main/java/org/apache/tuscany/sca/osgi/remoteserviceadmin/impl/RemoteServiceAdminImpl.java | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/sca-java-2.x/trunk/modules/node-impl-osgi/src/main/java/org/apache/tuscany/sca/osgi/remoteserviceadmin/impl/RemoteServiceAdminImpl.java b/sca-java-2.x/trunk/modules/node-impl-osgi/src/main/java/org/apache/tuscany/sca/osgi/remoteserviceadmin/impl/RemoteServiceAdminImpl.java index 00eb45f3c1..94955ada38 100644 --- a/sca-java-2.x/trunk/modules/node-impl-osgi/src/main/java/org/apache/tuscany/sca/osgi/remoteserviceadmin/impl/RemoteServiceAdminImpl.java +++ b/sca-java-2.x/trunk/modules/node-impl-osgi/src/main/java/org/apache/tuscany/sca/osgi/remoteserviceadmin/impl/RemoteServiceAdminImpl.java @@ -220,22 +220,22 @@ public class RemoteServiceAdminImpl implements RemoteServiceAdmin, ManagedServic Map<String, Object> props = new HashMap<String, Object>(); /* * <ul> - <li>bundle – (Bundle) The Remote Service Admin bundle - <li>bundle-id – (Long) The id of the Blueprint bundle. - <li>bundle-symbolicname – (String) The Bundle Symbolic Name of the + <li>bundle (Bundle) The Remote Service Admin bundle + <li>bundle-id (Long) The id of the Blueprint bundle. + <li>bundle-symbolicname (String) The Bundle Symbolic Name of the Remote Service Admin bundle. <li>bundle-version - (Version) The version of the Blueprint bundle. - <li>cause – The exception, if present. - <li>import.registration – An imported endpoint, if present - <li>export.registration – An exported endpoint, if present - <li>service.remote.id – Remote service UUID, if present - <li>service.remote.uuid – Remote service UUID, if present - <li>service.remote.uri – (String) The URI of the endpoint, if present - <li>objectClass – (String[]) The interface names, if present - <li>service.imported.configs – (String+) The configuration types of the + <li>cause The exception, if present. + <li>import.registration An imported endpoint, if present + <li>export.registration An exported endpoint, if present + <li>service.remote.id Remote service UUID, if present + <li>service.remote.uuid Remote service UUID, if present + <li>service.remote.uri (String) The URI of the endpoint, if present + <li>objectClass (String[]) The interface names, if present + <li>service.imported.configs (String+) The configuration types of the imported services, if present - <li>timestamp – (Long) The time when the event occurred - <li>event – (RemoteServiceAdminEvent) The RemoteServiceAdminEvent + <li>timestamp (Long) The time when the event occurred + <li>event (RemoteServiceAdminEvent) The RemoteServiceAdminEvent object that caused this event. </ul> */ |