Add matcher for matching an imported feed against existing feeds.

This commit is contained in:
akwizgran
2022-12-09 17:57:53 +00:00
parent b920382e44
commit 33d01aac8c
8 changed files with 299 additions and 16 deletions

View File

@@ -68,6 +68,7 @@ public class Feed implements Comparable<Feed> {
return false;
}
// FIXME: compareTo() is inconsistent with equals()
@Override
public int compareTo(Feed o) {
if (this == o) return 0;