()
| 47 | public class Keyboard implements Reconfigurable { |
| 48 | |
| 49 | public void resetState() { |
| 50 | clearStrobe(); |
| 51 | openApple(false); |
| 52 | solidApple(false); |
| 53 | } |
| 54 | |
| 55 | @Override |
| 56 | public String getShortName() { |
nothing calls this directly
no test coverage detected