mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-11 18:29:05 +01:00
Add matcher for matching an imported feed against existing feeds.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user