Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix for TIKA-3390 contributed by kamaci #437

Merged
merged 1 commit into from May 11, 2021
Merged

Conversation

kamaci
Copy link
Member

@kamaci kamaci commented May 11, 2021

No description provided.

@@ -35,7 +35,7 @@ public static ExtendedGUID nil() {
@Override
public int compareTo(ExtendedGUID other) {
if (other.guid.equals(guid)) {
new Long(n).compareTo(other.n);
return Long.compare(n, other.n);
Copy link
Member Author

@kamaci kamaci May 11, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've changed here too since it seems like a bug.

@tballison tballison merged commit 324f2f2 into apache:main May 11, 2021
puthurr pushed a commit to puthurr/tika-fork that referenced this pull request Jun 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants