[Spring] Spotbugs static class and default encoding (#2609)

* add static modifier - mvn verify passes

* specify charset, mvn verify works, compiles and clean on spotbugs in my project

* update samples as per contribution guide; mvn integration-test passes

* commit rest of samples

* fix missing newline at EOF

* lots of new newlines

* needed to run mvn clean beforehand...
This commit is contained in:
Paul Brabban
2019-04-10 11:03:35 +01:00
committed by William Cheng
parent 81f970e946
commit b5ae21b090
22 changed files with 26 additions and 24 deletions

View File

@@ -16,4 +16,4 @@ public class ApiUtil {
throw new RuntimeException(e);
}
}
}
}