diff -r 016836529e6c -r eb3676c6929b java/sql-dk/src/info/globalcode/sql/dk/configuration/Properties.java --- a/java/sql-dk/src/info/globalcode/sql/dk/configuration/Properties.java Fri Jan 10 20:13:16 2014 +0100 +++ b/java/sql-dk/src/info/globalcode/sql/dk/configuration/Properties.java Fri Jan 10 23:21:28 2014 +0100 @@ -26,9 +26,8 @@ *

List of configurables.

* *

Can be backed by defaults – if value for given name is nof found in this instance, we will - * look - * into defaults. Methods also accept defaultValue parameter – is used if property is nof found even - * in default properties.

+ * look into defaults. Methods also accept defaultValue parameter – is used if property is nof found + * even in default properties.

* *

Typical use:

*