This commit is contained in:
zzz
2011-07-09 14:55:34 +00:00
parent 9d2816f4a7
commit 5402bd0dc2
3 changed files with 23 additions and 2 deletions

View File

@ -0,0 +1,7 @@
package net.matanotion;
/**
* Exists only to enable package.html to be included in javadoc.
* http://java.sun.com/j2se/javadoc/faq/index.html#packagewithoutjavafiles
*/
abstract class Dummy {}