mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-11 16:22:48 +00:00
[cleanup] erefactor/EclipseJdt - Remove redundant semicolons (#8666)
EclipseJdt cleanup 'RemoveRedundantSemicolons' applied by erefactor. For EclipseJdt see https://www.eclipse.org/eclipse/news/4.18/jdt.php For erefactor see https://github.com/cal101/erefactor
This commit is contained in:
@@ -53,5 +53,5 @@ public interface TemplateProcessor {
|
||||
* @param path The path which has caused an error
|
||||
* @param context The reason for the error
|
||||
*/
|
||||
default void error(Path path, String context) { };
|
||||
default void error(Path path, String context) { }
|
||||
}
|
||||
|
||||
@@ -308,7 +308,7 @@ public class WorkflowSettings {
|
||||
private String ignoreFileOverride;
|
||||
|
||||
// NOTE: All collections must be mutable in the builder, and copied to a new immutable collection in .build()
|
||||
private Map<String, String> globalProperties = new HashMap<>();;
|
||||
private Map<String, String> globalProperties = new HashMap<>();
|
||||
|
||||
private Builder() {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user