Removed duplicate brackets (#1235)

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
This commit is contained in:
Christoph Weitkamp 2019-11-22 09:38:48 +01:00 committed by Kai Kreuzer
parent 44d486b007
commit abb558851f

View File

@ -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);