mlbiscoc commented on code in PR #1704: URL: https://github.com/apache/solr/pull/1704#discussion_r1244142119
########## solr/core/src/java/org/apache/solr/handler/ReplicationHandler.java: ########## @@ -764,12 +765,8 @@ public FileInfo(long lasmodified, String name, long size, long checksum) { this.checksum = checksum; } - Map<String, Object> getAsMap() { - Map<String, Object> map = new HashMap<>(); - map.put(NAME, name); - map.put(SIZE, size); - map.put(CHECKSUM, checksum); - return map; + CoreReplicationAPI.FileMetaData getAsMap() { Review Comment: Cleaned this up. Thanks for catching! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org