summaryrefslogtreecommitdiffstats
path: root/java/org/tinyb/BluetoothFactory.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/org/tinyb/BluetoothFactory.java')
-rw-r--r--java/org/tinyb/BluetoothFactory.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/org/tinyb/BluetoothFactory.java b/java/org/tinyb/BluetoothFactory.java
index f47d44e0..9dc5e3f9 100644
--- a/java/org/tinyb/BluetoothFactory.java
+++ b/java/org/tinyb/BluetoothFactory.java
@@ -308,7 +308,7 @@ public class BluetoothFactory {
throws BluetoothException, NoSuchMethodException, SecurityException,
IllegalAccessException, IllegalArgumentException, InvocationTargetException
{
- final Method m = factoryImplClass.getMethod("getBluetoothManager");
+ final Method m = factoryImplClass.getMethod("getManager");
return (BluetoothManager)m.invoke(null);
}