()
| 24 | private String type; |
| 25 | |
| 26 | @Override |
| 27 | public String call() { |
| 28 | final String fileContent = ZitContext.getObjectAsString(id, type); |
| 29 | log.info(fileContent); |
| 30 | return fileContent; |
| 31 | } |
| 32 | } |
nothing calls this directly
no test coverage detected