| 5 | import java.util.Arrays; |
| 6 | |
| 7 | public class PollyApp { |
| 8 | public static void main(final String[] args) { |
| 9 | App app = new App(); |
| 10 | |
| 11 | new PollyStack(app, "PollyStack"); |
| 12 | |
| 13 | app.synth(); |
| 14 | } |
| 15 | } |
nothing calls this directly
no outgoing calls
no test coverage detected