mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-10 21:31:53 +01:00
Removed duplicate brackets (#1235)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
This commit is contained in:
parent
44d486b007
commit
abb558851f
@ -43,7 +43,7 @@ public class StringItem extends GenericItem {
|
||||
static {
|
||||
acceptedDataTypes.add(UnDefType.class);
|
||||
acceptedDataTypes.add(StringType.class);
|
||||
acceptedDataTypes.add((DateTimeType.class));
|
||||
acceptedDataTypes.add(DateTimeType.class);
|
||||
|
||||
acceptedCommandTypes.add(RefreshType.class);
|
||||
acceptedCommandTypes.add(StringType.class);
|
||||
|
Loading…
Reference in New Issue
Block a user