Kaydet (Commit) 8ae0ff5d authored tarafından Liu Zhe's avatar Liu Zhe

Fix typo!

üst 426b6e9c
...@@ -74,7 +74,7 @@ public class BVTFileType { ...@@ -74,7 +74,7 @@ public class BVTFileType {
} }
@AfterClass @AfterClass
public void afterClass() throws Exception { public static void afterClass() throws Exception {
app.close(); app.close();
} }
......
...@@ -114,7 +114,7 @@ public class BVTFunction { ...@@ -114,7 +114,7 @@ public class BVTFunction {
} }
@AfterClass @AfterClass
public void afterClass() throws Exception { public static void afterClass() throws Exception {
app.close(); app.close();
} }
......
...@@ -55,7 +55,7 @@ public class SmokeTest { ...@@ -55,7 +55,7 @@ public class SmokeTest {
} }
@AfterClass @AfterClass
public void afterClass() throws Exception { public static void afterClass() throws Exception {
app.close(); app.close();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment