diff options
Diffstat (limited to 'java/demo/IceBox/hello/Client.java')
-rw-r--r-- | java/demo/IceBox/hello/Client.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/demo/IceBox/hello/Client.java b/java/demo/IceBox/hello/Client.java index c89be59d095..7a21ca205d5 100644 --- a/java/demo/IceBox/hello/Client.java +++ b/java/demo/IceBox/hello/Client.java @@ -31,7 +31,7 @@ public class Client extends Ice.Application run(String[] args) { Ice.Properties properties = communicator().getProperties(); - final String refProperty = "Hello.Hello"; + final String refProperty = "Hello.Proxy"; String ref = properties.getProperty(refProperty); if(ref.length() == 0) { |