epugh commented on code in PR #4744:
URL: https://github.com/apache/solr/pull/4744#discussion_r3879965483
##########
solr/modules/cross-dc/src/java/org/apache/solr/crossdc/common/MirroredSolrRequest.java:
##########
@@ -227,10 +227,6 @@ public long getSubmitTimeNanos() {
return submitTimeNanos;
}
- public void setSubmitTimeNanos(final long submitTimeNanos) {
- this.submitTimeNanos = submitTimeNanos;
- }
-
Review Comment:
Likewise the YAGNI argument...
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]