提交 a352638c authored 作者: Thomas Mueller's avatar Thomas Mueller

Improved javadocs.

上级 5b5e023a
...@@ -94,7 +94,7 @@ public class StringUtils { ...@@ -94,7 +94,7 @@ public class StringUtils {
} }
/** /**
* Convert a string to the Java literal using the correct escape sequences. * Convert a string to a Java literal using the correct escape sequences.
* The literal is not enclosed in double quotes. The result can be used in * The literal is not enclosed in double quotes. The result can be used in
* properties files or in Java source code. * properties files or in Java source code.
* *
...@@ -257,7 +257,7 @@ public class StringUtils { ...@@ -257,7 +257,7 @@ public class StringUtils {
/** /**
* Convert a string to the Java literal and enclose it with double quotes. * Convert a string to the Java literal and enclose it with double quotes.
* Null will result in 'null'. * Null will result in "null" (without double quotes).
* *
* @param s the text to convert * @param s the text to convert
* @return the Java representation * @return the Java representation
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论