| 23 | } |
| 24 | |
| 25 | class Mop implements Attachment { |
| 26 | @Override public void action() { |
| 27 | System.out.println("Mopping"); |
| 28 | } |
| 29 | } |
| 30 | |
| 31 | public class CleanTheFloor { |
| 32 | public static void main(String[] args) { |
nothing calls this directly
no outgoing calls
no test coverage detected