summaryrefslogtreecommitdiffstats
path: root/java/org/direct_bt/BluetoothUtils.java
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2021-01-25 13:13:39 +0100
committerSven Gothel <[email protected]>2021-01-25 13:13:39 +0100
commitce535763faecc242226514f85d1f5811ecbe0ac3 (patch)
treeb9a84ae81f26949dd3b30cb3bcfd5b4847e80f62 /java/org/direct_bt/BluetoothUtils.java
parent5e66be0a1c0509b0648a22a35f3cee3d38d6798c (diff)
Java: New Layout: [tinyb2 -> direct_bt].jar ; org.[tinyb -> direct_bt] ..; Upcoming API Cleanup (Drop TinyB only entries)
Diffstat (limited to 'java/org/direct_bt/BluetoothUtils.java')
-rw-r--r--java/org/direct_bt/BluetoothUtils.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/org/direct_bt/BluetoothUtils.java b/java/org/direct_bt/BluetoothUtils.java
index d088fadc..99ded5a9 100644
--- a/java/org/direct_bt/BluetoothUtils.java
+++ b/java/org/direct_bt/BluetoothUtils.java
@@ -22,7 +22,7 @@
* OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-package org.tinyb;
+package org.direct_bt;
public class BluetoothUtils {
private static long t0;