We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78e57c9 commit dcdcad0Copy full SHA for dcdcad0
src/ConstructGroum.java
@@ -30,6 +30,7 @@ public Groum constructGroum(String groumPath,Map<String,String> apiMap){
30
originApi = originApi.replaceAll("chenchichenchi","<init>");
31
}
32
33
+
34
if(apiMap.containsKey(api)){
35
api = apiMap.get(api);
36
}else{
0 commit comments