-- Don't create an empty LinkedHashSet() for PASS fields. Just return Collections.emptySet() instead. -- For filter fields with actual values, returns an unmodifiableSet instead of one that can be changed |
||
|---|---|---|
| .. | ||
| config | ||
| src | ||
| test | ||
-- Don't create an empty LinkedHashSet() for PASS fields. Just return Collections.emptySet() instead. -- For filter fields with actual values, returns an unmodifiableSet instead of one that can be changed |
||
|---|---|---|
| .. | ||
| config | ||
| src | ||
| test | ||