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:
William Cheng
2018-09-06 14:24:14 +08:00
committed by GitHub
parent 3abeb82685
commit 39c734fc25
56 changed files with 1055 additions and 709 deletions

View File

@@ -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);
}
}