| 41 | } |
| 42 | |
| 43 | class CabinAirFilter extends Filter { |
| 44 | @Override public CabinAirFilter get() { |
| 45 | return new CabinAirFilter(); |
| 46 | } |
| 47 | } |
| 48 | |
| 49 | class OilFilter extends Filter { |
| 50 | @Override |
nothing calls this directly
no outgoing calls
no test coverage detected