fix java okhttp sample

This commit is contained in:
wing328
2016-06-29 11:49:40 +08:00
parent 77c4164b3c
commit f88b941d96
60 changed files with 9990 additions and 1 deletions

View File

@@ -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("*/", "");
}