Removing empty statement

This commit is contained in:
Ryan Baxter
2024-06-06 20:23:38 -04:00
parent ed807bf3cc
commit 22dad98c06

View File

@@ -161,7 +161,7 @@ public class ReleaseBundleCreator {
}
private Map<String, Object> createMappings() {
Map<String, Object> mappings = new HashMap<>();;
Map<String, Object> mappings = new HashMap<>();
mappings.put("input", "spring-enterprise-maven-prod-local/(.*)");
mappings.put("output", "spring-enterprise/$1");
List<Map<String, Object>> mappingsArray = List.of(mappings);