()
| 1581 | LOG.error("Could not find the real version of {} from CP {}", entry.getKey(), entry.getValue()); |
| 1582 | ret.put(entry.getKey(), new IVersionInfo() { |
| 1583 | @Override |
| 1584 | public String getVersion() { |
| 1585 | return "Unknown"; |
| 1586 | } |
| 1587 | |
| 1588 | @Override |
| 1589 | public String getRevision() { |
nothing calls this directly
no outgoing calls
no test coverage detected