Files
i2p.i2p/core/java/src/net/metanotion/Dummy.java
2011-07-26 13:38:38 +00:00

8 lines
199 B
Java

package net.metanotion;
/**
* Exists only to enable package.html to be included in javadoc.
* http://java.sun.com/j2se/javadoc/faq/index.html#packagewithoutjavafiles
*/
abstract class Dummy {}