Skip to content

Commit

Permalink
minro checkstyle (openhab#13977)
Browse files Browse the repository at this point in the history
Signed-off-by: Leo Siepel <[email protected]>
  • Loading branch information
lsiepel authored and renescherer committed Mar 23, 2023
1 parent dbc982a commit e11d3ef
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand All @@ -21,6 +22,7 @@
*
* @author Sami Salonen - Initial contribution
*/
@NonNullByDefault
public class RuuviTagBindingConstants {

// List of all Thing Type UIDs
Expand Down

0 comments on commit e11d3ef

Please sign in to comment.