()
| 4315 | } |
| 4316 | |
| 4317 | @Override |
| 4318 | public final List<Field<?>> getSelect() { |
| 4319 | return getSelectResolveAllAsterisks(Tools.configuration(configuration()).dsl()); |
| 4320 | } |
| 4321 | |
| 4322 | private static final Collection<? extends Field<?>> subtract(List<? extends Field<?>> left, List<? extends Field<?>> right) { |
| 4323 |
no test coverage detected