Update checkstyle plugin to 3.2.0

- Spring Javaformat update to 0.0.35
- Puppycrawl update to 10.3.4
This commit is contained in:
Chris Bono
2022-10-24 23:54:40 -05:00
parent 3d489991b1
commit d3b339ae01
7 changed files with 15 additions and 22 deletions

View File

@@ -91,7 +91,7 @@ public class ObjectDetectionOutputConverter implements Function<Map<String, Tens
/**
* Loads object labels in the string_int_label_map.proto.
* @param labelsResource location of the labels as a resource
* @return
* @return String[] of labels
*/
private static String[] loadLabels(Resource labelsResource) throws Exception {
try (InputStream is = labelsResource.getInputStream()) {