diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2010-06-09 04:36:27 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2010-06-09 04:36:27 +0000 |
commit | fc798cf487086140c5213fdd0dae46b9fa9880cd (patch) | |
tree | e3b7e93a2beea6e52d9894b1f977541b277c9d41 /sca-java-2.x/trunk/modules | |
parent | 5d959551faf32e47aed1e017738316fdeed21a74 (diff) |
Remove non-UTF8 chars
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@952897 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/modules')
-rw-r--r-- | sca-java-2.x/trunk/modules/node-impl-osgi/src/main/java/org/apache/tuscany/sca/osgi/remoteserviceadmin/impl/EndpointIntrospector.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/modules/node-impl-osgi/src/main/java/org/apache/tuscany/sca/osgi/remoteserviceadmin/impl/EndpointIntrospector.java b/sca-java-2.x/trunk/modules/node-impl-osgi/src/main/java/org/apache/tuscany/sca/osgi/remoteserviceadmin/impl/EndpointIntrospector.java index 94ad7fbfc7..d00696a822 100644 --- a/sca-java-2.x/trunk/modules/node-impl-osgi/src/main/java/org/apache/tuscany/sca/osgi/remoteserviceadmin/impl/EndpointIntrospector.java +++ b/sca-java-2.x/trunk/modules/node-impl-osgi/src/main/java/org/apache/tuscany/sca/osgi/remoteserviceadmin/impl/EndpointIntrospector.java @@ -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 Reference’s 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. |