mirror of
https://github.com/danieldemus/openhab-addons
synced 2026-07-31 13:34:22 +02:00
Fix StaticVariableNameCheck (#18993)
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ public class BambuLabBindingConstants {
|
||||
public static final String BINDING_ID = "bambulab";
|
||||
|
||||
// misc consts
|
||||
public static String NO_CAMERA_CERT = "none";
|
||||
public static final String NO_CAMERA_CERT = "none";
|
||||
|
||||
// List of all Thing Type UIDs
|
||||
public static final ThingTypeUID PRINTER_THING_TYPE = new ThingTypeUID(BINDING_ID, "printer");
|
||||
|
||||
Reference in New Issue
Block a user