mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-06-06 08:21:55 +00:00
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 {}
|