mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-18 18:49:11 +00:00
Better code format for Java (okhttp-gson) client (#971)
* better code format for java okhttp client * update java petstore samples
This commit is contained in:
@@ -4700,6 +4700,6 @@ public class DefaultCodegen implements CodegenConfig {
|
||||
* @param fileType file type
|
||||
*/
|
||||
public void postProcessFile(File file, String fileType) {
|
||||
LOGGER.info("Post processing file {} ({})", file, fileType);
|
||||
LOGGER.debug("Post processing file {} ({})", file, fileType);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user