forked from I2P_Developers/i2p.i2p
8 lines
199 B
Java
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 {}
|