diff options
author | Matthew Johnson <mjj29@qadesh.matthew.ath.cx> | 2009-03-25 22:47:07 +0000 |
---|---|---|
committer | Matthew Johnson <mjj29@qadesh.matthew.ath.cx> | 2009-03-25 22:47:07 +0000 |
commit | e0e799d7a4f7bc929adc342011b653f06a72d0b3 (patch) | |
tree | 9c999d80749172e8dc4b73e85be254c77829e260 /org | |
parent | 9acbe13adf1e7ed32fd056571e4a8b4e2af12075 (diff) |
more merge lala
Diffstat (limited to 'org')
-rw-r--r-- | org/freedesktop/dbus/test/test.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/org/freedesktop/dbus/test/test.java b/org/freedesktop/dbus/test/test.java index 0a38cfa..2a8444e 100644 --- a/org/freedesktop/dbus/test/test.java +++ b/org/freedesktop/dbus/test/test.java @@ -698,8 +698,8 @@ public class test System.out.println("Testing Properties returning Paths"); Properties prop = clientconn.getRemoteObject("foo.bar.Test", "/Test", Properties.class); - Path path = (Path) prop.Get("foo.bar", "foo"); - System.out.println("Got path "+path); + Path prv = (Path) prop.Get("foo.bar", "foo"); + System.out.println("Got path "+prv); System.out.println("Calling Method7--9"); /** This gets a remote object matching our bus name and exported object path. */ TestRemoteInterface2 tri2 = clientconn.getRemoteObject("foo.bar.Test", "/Test", TestRemoteInterface2.class); |