tteofili merged PR #13302:
URL: https://github.com/apache/lucene/pull/13302
--
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.ap
github-actions[bot] commented on PR #13302:
URL: https://github.com/apache/lucene/pull/13302#issuecomment-2099508168
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
timgrein commented on code in PR #13302:
URL: https://github.com/apache/lucene/pull/13302#discussion_r1573819261
##
lucene/core/src/java/org/apache/lucene/geo/XYPolygon.java:
##
@@ -187,6 +187,7 @@ public boolean equals(Object obj) {
@Override
public String toString() {
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() {
timgrein opened a new pull request, #13302:
URL: https://github.com/apache/lucene/pull/13302
### Description
Some `toString` methods in the `geo` module sometimes use uppercase or the
class name. I've aligned them to use always the class name.
--
This is an automated message from t