forked from I2P_Developers/i2p.i2p
javadoc fixes for org.minidns and net.i2p.router.naming
This commit is contained in:
@@ -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>
|
7
core/java/src/org/minidns/Dummy.java
Normal file
7
core/java/src/org/minidns/Dummy.java
Normal 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 {}
|
Reference in New Issue
Block a user