java/sql-dk/src/info/globalcode/sql/dk/configuration/Properties.java
branchv_0
changeset 155 eb3676c6929b
parent 133 a1bf1465df89
child 191 862d0a8747ac
     1.1 --- a/java/sql-dk/src/info/globalcode/sql/dk/configuration/Properties.java	Fri Jan 10 20:13:16 2014 +0100
     1.2 +++ b/java/sql-dk/src/info/globalcode/sql/dk/configuration/Properties.java	Fri Jan 10 23:21:28 2014 +0100
     1.3 @@ -26,9 +26,8 @@
     1.4   * <p>List of configurables.</p>
     1.5   *
     1.6   * <p>Can be backed by defaults – if value for given name is nof found in this instance, we will
     1.7 - * look
     1.8 - * into defaults. Methods also accept defaultValue parameter – is used if property is nof found even
     1.9 - * in default properties.</p>
    1.10 + * look into defaults. Methods also accept defaultValue parameter – is used if property is nof found
    1.11 + * even in default properties.</p>
    1.12   *
    1.13   * <p>Typical use: </p>
    1.14   * <ul>