Revert "rx2 support" (#4737)

This commit is contained in:
wing328
2017-02-07 17:52:47 +08:00
committed by GitHub
parent d12f428f42
commit a123dd7ef1
7 changed files with 4 additions and 57 deletions

View File

@@ -17,7 +17,6 @@ public class JavaClientOptionsProvider extends JavaOptionsProvider {
Map<String, String> options = new HashMap<String, String>(super.createOptions());
options.put(CodegenConstants.LIBRARY, DEFAULT_LIBRARY_VALUE);
options.put(JavaClientCodegen.USE_RX_JAVA, "false");
options.put(JavaClientCodegen.USE_RX_JAVA2, "false");
options.put(JavaClientCodegen.USE_PLAY24_WS, "false");
options.put(JavaClientCodegen.PARCELABLE_MODEL, "false");
options.put(JavaClientCodegen.SUPPORT_JAVA6, "false");