116117118119120121122
} final String md5 = paths.get(item.getPath()).getMd5(); if (md5 == null) { return null; } return new RemoteHashResponse(DigestCalculatingInspector.DIGEST_MD5_KEY, md5, null); }