[flaptor-util] r206 committed - Fixed javadoc html entities.

0 views
Skip to first unread message

codesite...@google.com

unread,
Apr 7, 2010, 1:38:46 PM4/7/10
to flaptor-o...@googlegroups.com
Revision: 206
Author: dbuthay
Date: Wed Apr 7 10:37:58 2010
Log: Fixed javadoc html entities.

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 &lt;br/&gt;
*/
public static String whitespaceToHtml(String string) {
return string.replace("\n", "<br/>");

Reply all
Reply to author
Forward
0 new messages