Bump spotless to 2.35 and Eclipse Java Formatter to 4.26 (#14645)
Signed-off-by: Jan N. Klug <github@klug.nrw>
This commit is contained in:
@@ -69,7 +69,7 @@ public class PilightConnector implements Runnable, Closeable {
|
||||
|
||||
private final ObjectMapper outputMapper = new ObjectMapper(
|
||||
new MappingJsonFactory().configure(JsonParser.Feature.AUTO_CLOSE_SOURCE, false))
|
||||
.setDefaultPropertyInclusion(JsonInclude.Include.NON_NULL);
|
||||
.setDefaultPropertyInclusion(JsonInclude.Include.NON_NULL);
|
||||
|
||||
private @Nullable Socket socket;
|
||||
private @Nullable PrintStream printStream;
|
||||
|
||||
Reference in New Issue
Block a user