Use Eclipse formatter 4.25 with Spotless (#15264)
This version still checks test files. See: openhab/openhab-core#3515 Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
@@ -60,7 +60,7 @@ public class HomeManager extends RestManager {
|
||||
UNKNOWN;
|
||||
}
|
||||
|
||||
private static record EndpointValue<T>(T value) {
|
||||
private static record EndpointValue<T> (T value) {
|
||||
}
|
||||
|
||||
private static record EndpointUi(AccessType access, DisplayType display, String iconUrl, @Nullable String unit) {
|
||||
|
||||
Reference in New Issue
Block a user