| 5 | import java.util.Map; |
| 6 | |
| 7 | public class ClientHook implements IFMLCallHook { |
| 8 | |
| 9 | @Override |
| 10 | public void injectData(Map<String, Object> data) { |
| 11 | |
| 12 | } |
| 13 | |
| 14 | @Override |
| 15 | public Void call() throws Exception { |
| 16 | return null; |
| 17 | } |
| 18 | |
| 19 | } |
nothing calls this directly
no outgoing calls
no test coverage detected