javadoc fixes for org.minidns and net.i2p.router.naming

This commit is contained in:
zzz
2023-11-29 06:53:01 -05:00
parent 4897b67197
commit 63ac981053
2 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<html>
<body>
<p>
The BlockfileNamingService based on the Metanotion BlockFile Database.
This is the default NamingService for the router.
</p>
</body>
</html>

View File

@@ -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 {}