ImportSelector.getExclusionFilter() naming and javadoc clarification
See gh-24175
This commit is contained in:
@@ -369,7 +369,7 @@ public class ImportSelectorTests {
|
||||
|
||||
@Override
|
||||
@Nullable
|
||||
public Predicate<String> getCandidateFilter() {
|
||||
public Predicate<String> getExclusionFilter() {
|
||||
return className -> className.endsWith("ImportedSelector1");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user