[Streaming]Format java code using IDEA (#10440)

This commit is contained in:
Lixin Wei
2020-08-31 19:45:00 +08:00
committed by GitHub
parent afde3db4f0
commit 6bde6b493e
125 changed files with 548 additions and 433 deletions
+3 -3
View File
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
<suite name="Ray streaming test suite">
<test name = "Ray streaming test" >
<test name="Ray streaming test">
<packages>
<package name = "io.ray.streaming.*" />
<package name="io.ray.streaming.*"/>
</packages>
</test>
</test>
</suite>