mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-23 22:09:10 +00:00
fix java okhttp sample
This commit is contained in:
@@ -842,7 +842,6 @@ public abstract class AbstractJavaCodegen extends DefaultCodegen implements Code
|
||||
|
||||
@Override
|
||||
public String escapeUnsafeCharacters(String input) {
|
||||
LOGGER.info("escaping ......" + input.replace("*/", ""));
|
||||
return input.replace("*/", "");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user