Author: rfeng
Date: Wed Jun 9 04:36:27 2010
New Revision: 952897
URL: http://svn.apache.org/viewvc?rev=952897&view=rev
Log:
Remove non-UTF8 chars
Modified:
tuscany/sca-java-2.x/trunk/modules/node-impl-osgi/src/main/java/org/apache/tuscany/sca/osgi/remoteserviceadmin/impl/EndpointIntrospector.java
Modified:
tuscany/sca-java-2.x/trunk/modules/node-impl-osgi/src/main/java/org/apache/tuscany/sca/osgi/remoteserviceadmin/impl/EndpointIntrospector.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/EndpointIntrospector.java?rev=952897&r1=952896&r2=952897&view=diff
==============================================================================
---
tuscany/sca-java-2.x/trunk/modules/node-impl-osgi/src/main/java/org/apache/tuscany/sca/osgi/remoteserviceadmin/impl/EndpointIntrospector.java
(original)
+++
tuscany/sca-java-2.x/trunk/modules/node-impl-osgi/src/main/java/org/apache/tuscany/sca/osgi/remoteserviceadmin/impl/EndpointIntrospector.java
Wed Jun 9 04:36:27 2010
@@ -173,7 +173,7 @@ public class EndpointIntrospector {
* case. That is, if the map contains a key then it will override any case
variant
* of this key in the Service Reference.<p>
* If the map contains the objectClass or service. id property key in any
case
- * variant, then these properties must not override the Service
References value. This
+ * variant, then these properties must not override the Service References
value. This
* implies that the map can provide the service.exported. interfaces,
property allowing
* the Topology Manager to export any registered service, also services
not specifically
* marked to be exported.