| 65 | } |
| 66 | |
| 67 | class PowerSteeringBelt extends Belt { |
| 68 | @Override public PowerSteeringBelt get() { |
| 69 | return new PowerSteeringBelt(); |
| 70 | } |
| 71 | } |
| 72 | |
| 73 | public class RegisteredFactories { |
| 74 | public static void main(String[] args) { |
nothing calls this directly
no outgoing calls
no test coverage detected