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 <leosiepel@gmail.com>
  • Loading branch information
lsiepel committed Dec 27, 2022
1 parent 9687c3d commit df6454e
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 df6454e

Please sign in to comment.