News: Support blocklist in the news feed (proposal 129)

This commit is contained in:
zzz
2016-11-23 13:54:05 +00:00
parent 86c0fe327b
commit 62064da081
6 changed files with 501 additions and 13 deletions

View File

@@ -21,9 +21,9 @@ import net.i2p.util.SystemVersion;
* Simple storage of each cert in a separate file in a directory.
* Limited sanitization of filenames.
*
* @since 0.9.9
* @since 0.9.9, public since 0.9.28
*/
class DirKeyRing implements KeyRing {
public class DirKeyRing implements KeyRing {
private final File _base;