java/sql-dk/src/info/globalcode/sql/dk/formatting/TabularWrappingFormatter.java
branchv_0
changeset 169 4e131a0b521a
parent 155 eb3676c6929b
child 219 3b1733fb3793
--- a/java/sql-dk/src/info/globalcode/sql/dk/formatting/TabularWrappingFormatter.java	Mon Jan 20 00:05:23 2014 +0100
+++ b/java/sql-dk/src/info/globalcode/sql/dk/formatting/TabularWrappingFormatter.java	Mon Jan 20 23:58:57 2014 +0100
@@ -71,7 +71,7 @@
 				}
 				String[] columnArray = currentRow.get(i);
 				if (wrappedLine < columnArray.length) {
-					printValueWithNewLinesReplaced(columnArray[wrappedLine]);
+					printValueWithWhitespaceReplaced(columnArray[wrappedLine]);
 
 					if (wrappedLine < columnArray.length - 1) {
 						out.print(TerminalColor.Red, "↩");