From 5d959551faf32e47aed1e017738316fdeed21a74 Mon Sep 17 00:00:00 2001 From: rfeng Date: Tue, 8 Jun 2010 16:37:28 +0000 Subject: Remove non UTF-8 chars git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@952727 13f79535-47bb-0310-9956-ffa450edef68 --- .../impl/RemoteServiceAdminImpl.java | 26 +++++++++++----------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'sca-java-2.x/trunk/modules') 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 props = new HashMap(); /* *
    -
  • bundle – (Bundle) The Remote Service Admin bundle -
  • bundle-id – (Long) The id of the Blueprint bundle. -
  • bundle-symbolicname – (String) The Bundle Symbolic Name of the +
  • bundle (Bundle) The Remote Service Admin bundle +
  • bundle-id (Long) The id of the Blueprint bundle. +
  • bundle-symbolicname (String) The Bundle Symbolic Name of the Remote Service Admin bundle.
  • bundle-version - (Version) The version of the Blueprint bundle. -
  • cause – The exception, if present. -
  • import.registration – An imported endpoint, if present -
  • export.registration – An exported endpoint, if present -
  • service.remote.id – Remote service UUID, if present -
  • service.remote.uuid – Remote service UUID, if present -
  • service.remote.uri – (String) The URI of the endpoint, if present -
  • objectClass – (String[]) The interface names, if present -
  • service.imported.configs – (String+) The configuration types of the +
  • cause The exception, if present. +
  • import.registration An imported endpoint, if present +
  • export.registration An exported endpoint, if present +
  • service.remote.id Remote service UUID, if present +
  • service.remote.uuid Remote service UUID, if present +
  • service.remote.uri (String) The URI of the endpoint, if present +
  • objectClass (String[]) The interface names, if present +
  • service.imported.configs (String+) The configuration types of the imported services, if present -
  • timestamp – (Long) The time when the event occurred -
  • event – (RemoteServiceAdminEvent) The RemoteServiceAdminEvent +
  • timestamp (Long) The time when the event occurred +
  • event (RemoteServiceAdminEvent) The RemoteServiceAdminEvent object that caused this event.
*/ -- cgit v1.2.3