Removed DOCUMENT ME comments that were generated and applied source code
[utils] / system / spring / src / main / java / org / wamblee / system / spring / ConfiguredProperties.java
index 34dae177a4fc13053bcf9b1ad9dcf2453f292e3a..a3899f281133844be9156b6e1630b43877b4eadc 100644 (file)
@@ -21,20 +21,16 @@ import java.io.InputStream;
 
 import java.util.Properties;
 
-
 /**
- * DOCUMENT ME!
- *
+ * 
  * @author $author$
  * @version $Revision$
  */
 public class ConfiguredProperties extends Properties {
-/**
+    /**
      * Creates a new ConfiguredProperties object.
-     *
-     * @param aProps DOCUMENT ME!
-     *
-     * @throws IOException DOCUMENT ME!
+     * 
+     * 
      */
     public ConfiguredProperties(String aProps) throws IOException {
         InputStream is = new ByteArrayInputStream(aProps.getBytes());