mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-15 03:19:05 +00:00
replace tab with 4-space in spring templates (#5389)
This commit is contained in:
@@ -2,9 +2,9 @@ package {{apiPackage}};
|
||||
|
||||
{{>generatedAnnotation}}
|
||||
public class NotFoundException extends ApiException {
|
||||
private int code;
|
||||
public NotFoundException (int code, String msg) {
|
||||
super(code, msg);
|
||||
this.code = code;
|
||||
}
|
||||
private int code;
|
||||
public NotFoundException (int code, String msg) {
|
||||
super(code, msg);
|
||||
this.code = code;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user