修改全局变量为本地变量

This commit is contained in:
wanglihui
2020-08-21 18:08:58 +08:00
parent 31e19d7a0f
commit db8e764e00
7 changed files with 254 additions and 1 deletions

View File

@@ -6,7 +6,8 @@ public class IpLearningApplicationTest {
public static void main(String[] args) {
UpdateGraphData updateGraphData = new UpdateGraphData();
updateGraphData.updateArango();
// updateGraphData.updateArango();
updateGraphData.updateArango2();
}
}