You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by rf...@apache.org on 2009/10/03 00:04:18 UTC

svn commit: r821183 - /tuscany/java/sca/modules/binding-jsonrpc-runtime/src/test/java/echo/EchoClientImpl.java

Author: rfeng
Date: Fri Oct  2 22:04:18 2009
New Revision: 821183

URL: http://svn.apache.org/viewvc?rev=821183&view=rev
Log:
Fix the characters to be encoded

Modified:
    tuscany/java/sca/modules/binding-jsonrpc-runtime/src/test/java/echo/EchoClientImpl.java

Modified: tuscany/java/sca/modules/binding-jsonrpc-runtime/src/test/java/echo/EchoClientImpl.java
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/binding-jsonrpc-runtime/src/test/java/echo/EchoClientImpl.java?rev=821183&r1=821182&r2=821183&view=diff
==============================================================================
--- tuscany/java/sca/modules/binding-jsonrpc-runtime/src/test/java/echo/EchoClientImpl.java (original)
+++ tuscany/java/sca/modules/binding-jsonrpc-runtime/src/test/java/echo/EchoClientImpl.java Fri Oct  2 22:04:18 2009
@@ -78,7 +78,7 @@
         throw new UnsupportedOperationException("UNsupported !");
     }
 
-    public void getΩλπ() {
+    public void get\u03a9\u03bb\u03c0() {
         throw new UnsupportedOperationException("UNsupported !");
     }