diff --git a/apps/addressbook/java/src/net/i2p/router/naming/package.html b/apps/addressbook/java/src/net/i2p/router/naming/package.html new file mode 100644 index 000000000..25b7f689f --- /dev/null +++ b/apps/addressbook/java/src/net/i2p/router/naming/package.html @@ -0,0 +1,8 @@ + + +

+The BlockfileNamingService based on the Metanotion BlockFile Database. +This is the default NamingService for the router. +

+ + diff --git a/core/java/src/org/minidns/Dummy.java b/core/java/src/org/minidns/Dummy.java new file mode 100644 index 000000000..6dc2189ff --- /dev/null +++ b/core/java/src/org/minidns/Dummy.java @@ -0,0 +1,7 @@ +package org.minidns; + +/** + * Exists only to enable package.html to be included in javadoc. + * http://java.sun.com/j2se/javadoc/faq/index.html#packagewithoutjavafiles + */ +abstract class Dummy {}