Skip to content

Commit 80472c4

Browse files
committed
One more modification, remove unused code in commnet
Signed-off-by: Laurent ARNAL <[email protected]>
1 parent e3517ad commit 80472c4

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

bundles/org.openhab.binding.linky/src/main/java/org/openhab/binding/linky/internal/factory/LinkyHandlerFactory.java

-13
Original file line numberDiff line numberDiff line change
@@ -72,19 +72,6 @@ public class LinkyHandlerFactory extends BaseThingHandlerFactory {
7272
.appendPattern("uuuu-MM-dd['T'][' ']HH:mm").optionalStart().appendLiteral(':')
7373
.appendValue(SECOND_OF_MINUTE, 2).optionalStart().appendFraction(NANO_OF_SECOND, 0, 9, true).toFormatter();
7474

75-
/*
76-
* ;
77-
*
78-
* DateTimeFormatter formatter1 = new DateTimeFormatterBuilder()
79-
* .appendPattern(DATE_TIME_FORMAT_PATTERN)
80-
* // optional decimal point followed by 1 to 6 digits
81-
* .optionalStart()
82-
* .appendPattern(".")
83-
* .appendFraction(ChronoField.MICRO_OF_SECOND, 1, 6, false)
84-
* .optionalEnd()
85-
* .toFormatter();
86-
*/
87-
8875
private final HttpClientFactory httpClientFactory;
8976
private final OAuthFactory oAuthFactory;
9077
private final HttpService httpService;

0 commit comments

Comments
 (0)