diff options
Diffstat (limited to 'java/BluetoothGattDescriptor.java')
-rw-r--r-- | java/BluetoothGattDescriptor.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/BluetoothGattDescriptor.java b/java/BluetoothGattDescriptor.java index 35a18a3a..14522810 100644 --- a/java/BluetoothGattDescriptor.java +++ b/java/BluetoothGattDescriptor.java @@ -22,6 +22,8 @@ * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ +package tinyb; + import java.util.*; /** |