From 6faa095dfb364dd1562eb28ae63d95068401d7cc Mon Sep 17 00:00:00 2001 From: akwizgran Date: Tue, 24 Jan 2023 14:48:55 +0000 Subject: [PATCH] FeedMatcher interface doesn't need to be public. --- .../src/main/java/org/briarproject/briar/feed/FeedMatcher.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/briar-core/src/main/java/org/briarproject/briar/feed/FeedMatcher.java b/briar-core/src/main/java/org/briarproject/briar/feed/FeedMatcher.java index db31c6792..400398bb3 100644 --- a/briar-core/src/main/java/org/briarproject/briar/feed/FeedMatcher.java +++ b/briar-core/src/main/java/org/briarproject/briar/feed/FeedMatcher.java @@ -11,7 +11,7 @@ import javax.annotation.concurrent.ThreadSafe; @ThreadSafe @NotNullByDefault -public interface FeedMatcher { +interface FeedMatcher { /** * Returns the best match for the given candidate from the given list of