Skip to content

Commit

Permalink
test[scala]: scala protocol test
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysunxiao committed Jul 7, 2024
1 parent 55c3c90 commit 572d0bf
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ public void generateAllProtocols() throws IOException {
generateLanguages.add(CodeLanguage.Cpp);
generateLanguages.add(CodeLanguage.Java);
generateLanguages.add(CodeLanguage.Kotlin);
generateLanguages.add(CodeLanguage.Scala);
generateLanguages.add(CodeLanguage.Golang);
generateLanguages.add(CodeLanguage.JavaScript);
generateLanguages.add(CodeLanguage.EcmaScript);
Expand All @@ -51,7 +52,7 @@ public void generateAllProtocols() throws IOException {

// Initialize and then generate the protocol
ProtocolManager.initProtocolAuto(List.of(ComplexObject.class, NormalObject.class, SimpleObject.class, EmptyObject.class), op);
// copyFiles();
// copyFiles();
}

@Test
Expand Down

0 comments on commit 572d0bf

Please sign in to comment.