diff options
author | Andrei Vasiliu <[email protected]> | 2016-01-25 17:49:32 +0200 |
---|---|---|
committer | Andrei Vasiliu <[email protected]> | 2016-01-25 18:08:42 +0200 |
commit | 942ad559010c465f39097ffcdd25727cdf317d5b (patch) | |
tree | 833c184321b0e5f6b096a134212ff49999620b16 /java/BluetoothGattCharacteristic.java | |
parent | d8ca80f271c7f679fa48b6e98d8ed296232f02b8 (diff) |
java: Created Java package tinyb
Signed-off-by: Andrei Vasiliu <[email protected]>
Diffstat (limited to 'java/BluetoothGattCharacteristic.java')
-rw-r--r-- | java/BluetoothGattCharacteristic.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/BluetoothGattCharacteristic.java b/java/BluetoothGattCharacteristic.java index fb91d452..de1ca368 100644 --- a/java/BluetoothGattCharacteristic.java +++ b/java/BluetoothGattCharacteristic.java @@ -22,6 +22,8 @@ * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ +package tinyb; + import java.util.*; /** |