You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2010/04/08 17:18:32 UTC

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

Author: antelder
Date: Thu Apr  8 15:18:32 2010
New Revision: 931968

URL: http://svn.apache.org/viewvc?rev=931968&view=rev
Log:
Try to remove non-utf8 characters from source

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=931968&r1=931967&r2=931968&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 Thu Apr  8 15:18:32 2010
@@ -218,26 +218,26 @@ public class RemoteServiceAdminImpl impl
         }
         String topic = "org/osgi/service/remoteserviceadmin/" + eventType;
         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
-        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
-        imported services, if present
-        <li>timestamp – (Long) The time when the event occurred
-        <li>event – (RemoteServiceAdminEvent) The RemoteServiceAdminEvent
-        object that caused this event.
-        </ul>
+         /*
+          * <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
+         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
+         imported services, if present
+         <li>timestamp – (Long) The time when the event occurred
+         <li>event – (RemoteServiceAdminEvent) The RemoteServiceAdminEvent
+         object that caused this event.
+         </ul>
         */
         Bundle rsaBundle = context.getBundle();
         props.put("bundle", rsaBundle);