summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--org/freedesktop/dbus/test/test.java4
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);