Author: ggregory
Date: Fri Feb  7 22:23:02 2014
New Revision: 1565834

URL: http://svn.apache.org/r1565834
Log:
Better Javadoc.

Modified:
    
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java

Modified: 
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java
URL: 
http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java?rev=1565834&r1=1565833&r2=1565834&view=diff
==============================================================================
--- 
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java
 (original)
+++ 
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java
 Fri Feb  7 22:23:02 2014
@@ -7627,7 +7627,7 @@ public class StringUtils {
      * @throws UnsupportedEncodingException
      *             This exception is never thrown and should not be in the 
signature, it will be removed in 4.0.
      * @throws NullPointerException
-     *             if the input is null
+     *             if {@code bytes} is null
      * @since 3.2
      */
     public static String toEncodedString(byte[] bytes, Charset charset) throws 
UnsupportedEncodingException {


Reply via email to