diff options
Diffstat (limited to 'java/BluetoothObject.java')
-rw-r--r-- | java/BluetoothObject.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/BluetoothObject.java b/java/BluetoothObject.java index d1445357..d1ab0c76 100644 --- a/java/BluetoothObject.java +++ b/java/BluetoothObject.java @@ -28,7 +28,7 @@ import java.util.*; public class BluetoothObject implements Cloneable { - long nativeInstance; + protected long nativeInstance; static { try { |