Upgrade to Spring Java Format 0.0.34

Closes gh-31524
This commit is contained in:
Andy Wilkinson
2022-06-24 12:57:52 +01:00
parent 53da5e87cc
commit f49b16c645
30 changed files with 422 additions and 421 deletions

View File

@@ -54,12 +54,12 @@ public class LogUpdateEvent extends UpdateEvent {
public void print() {
switch (this.streamType) {
case STD_OUT:
System.out.println(this);
return;
case STD_ERR:
System.err.println(this);
return;
case STD_OUT:
System.out.println(this);
return;
case STD_ERR:
System.err.println(this);
return;
}
}