http://code.google.com/p/flaptor-util/source/detail?r=206
Modified:
/trunk/src/com/flaptor/util/StringUtil.java
=======================================
--- /trunk/src/com/flaptor/util/StringUtil.java Mon Jul 21 14:14:00 2008
+++ /trunk/src/com/flaptor/util/StringUtil.java Wed Apr 7 10:37:58 2010
@@ -92,7 +92,7 @@
/**
* @TODO xxx add spaces and tabs too
* @param string
- * @return the string with \n replaced by <br/>
+ * @return the string with \n replaced by <br/>
*/
public static String whitespaceToHtml(String string) {
return string.replace("\n", "<br/>");