mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 11:19:04 +01:00
LinuxTorPlugin: Address review comments
This commit is contained in:
@@ -7,5 +7,5 @@ import java.io.InputStream;
|
||||
@NotNullByDefault
|
||||
public interface ResourceProvider {
|
||||
|
||||
InputStream getResourceInputStream(String name);
|
||||
InputStream getResourceInputStream(String name, String extension);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user