add bw test to commandline

This commit is contained in:
zzz
2018-11-17 10:25:20 +00:00
parent c5bd0bd079
commit 0526d6fd15

View File

@ -16,6 +16,7 @@ import net.i2p.router.RouterVersion;
public class CommandLine extends net.i2p.router.CommandLine { public class CommandLine extends net.i2p.router.CommandLine {
protected static final List<String> NCLASSES = Arrays.asList(new String[] { protected static final List<String> NCLASSES = Arrays.asList(new String[] {
"com.vuze.plugins.mlab.MLabRunner",
"net.i2p.router.news.BlocklistEntries", "net.i2p.router.news.BlocklistEntries",
"net.i2p.router.news.NewsXMLParser" "net.i2p.router.news.NewsXMLParser"
}); });