mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 09:19:13 +07:00
light resolve tests when applicable
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ abstract class Test {
|
||||
}
|
||||
}
|
||||
|
||||
final ArrayList<String> guavaList = newArrayList(fil<ref>ter(tweetList, new Predicate<String>() {
|
||||
final ArrayList<String> guavaList = newArrayList(fil<caret>ter(tweetList, new Predicate<String>() {
|
||||
@Override
|
||||
public boolean test(String tweet) {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user