Skip to content

Commit

Permalink
Fixes #401
Browse files Browse the repository at this point in the history
  • Loading branch information
Riduidel committed Oct 11, 2023
1 parent b3f7091 commit 0362c1e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ public MvnRepositoryArtifact(@JsonProperty("name") String name,
public int compareTo(MvnRepositoryArtifact o) {
return new CompareToBuilder()
.append(categoriesText, o.categoriesText)
.append(-1*ranking, -1*o.ranking)
.append(users, o.users)
.append(name, o.name)
.toComparison();
}
Expand Down

0 comments on commit 0362c1e

Please sign in to comment.