slow-J commented on code in PR #13302: URL: https://github.com/apache/lucene/pull/13302#discussion_r1569215690
########## lucene/core/src/java/org/apache/lucene/geo/XYPolygon.java: ########## @@ -187,6 +187,7 @@ public boolean equals(Object obj) { @Override public String toString() { StringBuilder sb = new StringBuilder(); + sb.append("XYPolygon"); Review Comment: While were doing this standardization, can we also add the name to the others that are missing it too? Like Polygon https://github.com/apache/lucene/blob/e84b9229a5f13de545c187cae3c5f4bc2b9fc694/lucene/core/src/java/org/apache/lucene/geo/Polygon.java#L210 -- 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...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org