mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 18:28:55 +07:00
fix test data
This commit is contained in:
@@ -3,7 +3,7 @@ public class X {
|
||||
<caret>int i;
|
||||
|
||||
@org.testng.annotations.BeforeMethod
|
||||
public void setUp() throws Exception {
|
||||
public void setUp() {
|
||||
i = 7;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user