Removed DOCUMENT ME comments that were generated and applied source code
[utils] / system / general / src / main / java / org / wamblee / system / core / NamedInterface.java
index 69c7a2273fe758e97f971cfc6b9864082d02b3f0..d4533f9459a03f6911a6f1bf710c86f467cf4008 100644 (file)
 package org.wamblee.system.core;
 
 /**
- * DOCUMENT ME!
- *
+ * 
  * @author $author$
  * @version $Revision: 1.6 $
 */
+ */
 public interface NamedInterface {
     /**
      * Name for the interface.
-     *
-     * @return DOCUMENT ME!
+     * 
      */
     String getName();
 }