java/sql-dk/src/info/globalcode/sql/dk/configuration/Properties.java
branchv_0
changeset 155 eb3676c6929b
parent 133 a1bf1465df89
child 191 862d0a8747ac
--- 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 @@
  * <p>List of configurables.</p>
  *
  * <p>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.</p>
+ * look into defaults. Methods also accept defaultValue parameter – is used if property is nof found
+ * even in default properties.</p>
  *
  * <p>Typical use: </p>
  * <ul>