X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=system%2Fspring%2Fsrc%2Fmain%2Fjava%2Forg%2Fwamblee%2Fsystem%2Fspring%2FConfiguredProperties.java;h=a3899f281133844be9156b6e1630b43877b4eadc;hb=8de36ff0206c996baf3ee4adc3e2293b12ff5f39;hp=34dae177a4fc13053bcf9b1ad9dcf2453f292e3a;hpb=89c06d4d52b46c154128c97d6e758fa1f4fc7a6e;p=utils diff --git a/system/spring/src/main/java/org/wamblee/system/spring/ConfiguredProperties.java b/system/spring/src/main/java/org/wamblee/system/spring/ConfiguredProperties.java index 34dae177..a3899f28 100644 --- a/system/spring/src/main/java/org/wamblee/system/spring/ConfiguredProperties.java +++ b/system/spring/src/main/java/org/wamblee/system/spring/ConfiguredProperties.java @@ -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());