Author: rfeng
Date: Tue Jun  8 16:37:28 2010
New Revision: 952727

URL: http://svn.apache.org/viewvc?rev=952727&view=rev
Log:
Remove non UTF-8 chars

Modified:
    
tuscany/sca-java-2.x/trunk/modules/node-impl-osgi/src/main/java/org/apache/tuscany/sca/osgi/remoteserviceadmin/impl/RemoteServiceAdminImpl.java

Modified: 
tuscany/sca-java-2.x/trunk/modules/node-impl-osgi/src/main/java/org/apache/tuscany/sca/osgi/remoteserviceadmin/impl/RemoteServiceAdminImpl.java
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/node-impl-osgi/src/main/java/org/apache/tuscany/sca/osgi/remoteserviceadmin/impl/RemoteServiceAdminImpl.java?rev=952727&r1=952726&r2=952727&view=diff
==============================================================================
--- 
tuscany/sca-java-2.x/trunk/modules/node-impl-osgi/src/main/java/org/apache/tuscany/sca/osgi/remoteserviceadmin/impl/RemoteServiceAdminImpl.java
 (original)
+++ 
tuscany/sca-java-2.x/trunk/modules/node-impl-osgi/src/main/java/org/apache/tuscany/sca/osgi/remoteserviceadmin/impl/RemoteServiceAdminImpl.java
 Tue Jun  8 16:37:28 2010
@@ -220,22 +220,22 @@ public class RemoteServiceAdminImpl impl
         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>
         */


Reply via email to