mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
minro checkstyle (#13977)
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
This commit is contained in:
parent
9687c3da0a
commit
df6454e374
@ -12,6 +12,7 @@
|
||||
*/
|
||||
package org.openhab.binding.bluetooth.ruuvitag.internal;
|
||||
|
||||
import org.eclipse.jdt.annotation.NonNullByDefault;
|
||||
import org.openhab.binding.bluetooth.BluetoothBindingConstants;
|
||||
import org.openhab.core.thing.ThingTypeUID;
|
||||
|
||||
@ -21,6 +22,7 @@ import org.openhab.core.thing.ThingTypeUID;
|
||||
*
|
||||
* @author Sami Salonen - Initial contribution
|
||||
*/
|
||||
@NonNullByDefault
|
||||
public class RuuviTagBindingConstants {
|
||||
|
||||
// List of all Thing Type UIDs
|
||||
|
Loading…
Reference in New Issue
Block a user