Removed DOCUMENT ME comments that were generated and applied source code
[utils] / system / general / src / main / java / org / wamblee / system / adapters / ValueProvider.java
index fe059a62fa14a27017f386f5ed7326e3dfb780ce..7927b31fccc4cc76e1427b10ba1e7a9c6b49d64b 100644 (file)
@@ -17,19 +17,11 @@ package org.wamblee.system.adapters;
 
 import org.wamblee.system.core.Scope;
 
-
 /**
- * Interface used to provide values for arguments of methods and constructors. 
+ * Interface used to provide values for arguments of methods and constructors.
  * 
  * @author Erik Brakkee
  */
 interface ValueProvider {
-    /**
-     * DOCUMENT ME!
-     *
-     * @param aScope DOCUMENT ME!
-     *
-     * @return DOCUMENT ME!
-     */
     Object getValue(Scope aScope);
 }