mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-18 13:49:53 +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
|
@ThreadSafe
|
||||||
@NotNullByDefault
|
@NotNullByDefault
|
||||||
public interface FeedMatcher {
|
interface FeedMatcher {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the best match for the given candidate from the given list of
|
* Returns the best match for the given candidate from the given list of
|
||||||
|
|||||||
Reference in New Issue
Block a user