mirror of
https://github.com/danieldemus/openhab-addons
synced 2026-07-29 12:34:21 +02:00
Bump org.eclipse.jdt:ecj from 3.45.0 to 3.46.0 (#20919)
* Bump org.eclipse.jdt:ecj from 3.45.0 to 3.46.0 Bumps [org.eclipse.jdt:ecj](https://github.com/eclipse-jdt/eclipse.jdt.core) from 3.45.0 to 3.46.0. - [Commits](https://github.com/eclipse-jdt/eclipse.jdt.core/commits) --- updated-dependencies: - dependency-name: org.eclipse.jdt:ecj dependency-version: 3.46.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Fixes for ecj 3.46 Signed-off-by: Holger Friedrich <mail@holger-friedrich.de> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Holger Friedrich <mail@holger-friedrich.de> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
co-authored by
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Holger Friedrich
parent
a8604a0916
commit
6e83787d8c
+2
-2
@@ -53,8 +53,8 @@ import org.openhab.core.util.HexUtils;
|
||||
public class GenericEEP extends EEP {
|
||||
|
||||
final List<Class<? extends State>> supportedStates = Collections
|
||||
.unmodifiableList(List.of(DateTimeType.class, DecimalType.class, HSBType.class, OnOffType.class,
|
||||
OpenClosedType.class, PercentType.class, PlayPauseType.class, PointType.class,
|
||||
.unmodifiableList(List.<Class<? extends State>> of(DateTimeType.class, DecimalType.class, HSBType.class,
|
||||
OnOffType.class, OpenClosedType.class, PercentType.class, PlayPauseType.class, PointType.class,
|
||||
RewindFastforwardType.class, StringListType.class, StringType.class, UpDownType.class));
|
||||
|
||||
public GenericEEP() {
|
||||
|
||||
Reference in New Issue
Block a user