mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 10:49:06 +01:00
FeedMatcher interface doesn't need to be public.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user