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) {
|
||||
|
||||
@@ -99,7 +99,7 @@ public abstract class AbstractHomeAssistantTests extends JavaTest {
|
||||
.thenReturn(ThingTypeBuilder.instance(HA_TYPE_UID, HA_TYPE_LABEL).build());
|
||||
when(transformationServiceProvider
|
||||
.getTransformationService(JinjaTransformationProfile.PROFILE_TYPE_UID.getId()))
|
||||
.thenReturn(jinjaTransformationService);
|
||||
.thenReturn(jinjaTransformationService);
|
||||
|
||||
channelTypeProvider = spy(new MqttChannelTypeProvider(thingTypeRegistry));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user