diff --git a/plc-core/src/test/java/li/strolch/plc/core/hw/i2c/RSL366OverHorterI2cTest.java b/plc-core/src/test/java/li/strolch/plc/core/hw/i2c/RSL366OverHorterI2cTest.java index 73e9923..96d693d 100644 --- a/plc-core/src/test/java/li/strolch/plc/core/hw/i2c/RSL366OverHorterI2cTest.java +++ b/plc-core/src/test/java/li/strolch/plc/core/hw/i2c/RSL366OverHorterI2cTest.java @@ -301,11 +301,11 @@ public class RSL366OverHorterI2cTest { pos++; } - return new String(hex, "ASCII"); //$NON-NLS-1$ + return new String(hex, "ASCII"); } catch (UnsupportedEncodingException e) { String msg = MessageFormat - .format("Something went wrong while converting to HEX: {0}", e.getMessage()); //$NON-NLS-1$ + .format("Something went wrong while converting to HEX: {0}", e.getMessage()); throw new RuntimeException(msg, e); } }