summaryrefslogtreecommitdiffstats
path: root/java/sca
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-10-02 22:04:18 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-10-02 22:04:18 +0000
commit3ceb1bc0b28fe332e4e73742d2299c7309d98fcd (patch)
tree14d5cbc7ebef31713b5a36add6ec5e0cd67f183b /java/sca
parent7f2fba554ce99a161304168b8f4ef3146eb3c6bf (diff)
Fix the characters to be encoded
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821183 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca')
-rw-r--r--java/sca/modules/binding-jsonrpc-runtime/src/test/java/echo/EchoClientImpl.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/sca/modules/binding-jsonrpc-runtime/src/test/java/echo/EchoClientImpl.java b/java/sca/modules/binding-jsonrpc-runtime/src/test/java/echo/EchoClientImpl.java
index 2dcdaa83a7..f76ec74b16 100644
--- a/java/sca/modules/binding-jsonrpc-runtime/src/test/java/echo/EchoClientImpl.java
+++ b/java/sca/modules/binding-jsonrpc-runtime/src/test/java/echo/EchoClientImpl.java
@@ -78,7 +78,7 @@ public class EchoClientImpl implements Echo {
throw new UnsupportedOperationException("UNsupported !");
}
- public void getΩλπ() {
+ public void get\u03a9\u03bb\u03c0() {
throw new UnsupportedOperationException("UNsupported !");
}