Fix StaticVariableNameCheck (#18993)

Signed-off-by: Leo Siepel <leosiepel@gmail.com>
This commit is contained in:
lsiepel
2025-07-21 23:58:29 +02:00
committed by GitHub
parent 7e3b22cd78
commit 6592ccaa18
6 changed files with 9 additions and 9 deletions
@@ -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");