mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
use mockJdk18 by default in LightCodeInsightTestCase; remove dependency on swing/net classes in some tests
This commit is contained in:
@@ -7,8 +7,8 @@ class Test {
|
||||
}
|
||||
}
|
||||
|
||||
private void newMethod(String s, String x) {
|
||||
private void newMethod(String s, String s1) {
|
||||
System.out.println(s);
|
||||
System.out.println(x);
|
||||
System.out.println(s1);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user