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:
+3
-3
@@ -4,8 +4,8 @@ class Test {
|
||||
System.out.println(s1);
|
||||
}
|
||||
|
||||
private String newMethod(String x, String s) {
|
||||
System.out.println(x);
|
||||
return s;
|
||||
private String newMethod(String s, String s2) {
|
||||
System.out.println(s2);
|
||||
return s2;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user