Author: bayard
Date: Sun Mar 15 22:36:07 2009
New Revision: 754782

URL: http://svn.apache.org/viewvc?rev=754782&view=rev
Log:
Fixing javadoc to not reference removed method

Modified:
    
commons/proper/lang/trunk/src/java/org/apache/commons/lang/math/NumberUtils.java

Modified: 
commons/proper/lang/trunk/src/java/org/apache/commons/lang/math/NumberUtils.java
URL: 
http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/java/org/apache/commons/lang/math/NumberUtils.java?rev=754782&r1=754781&r2=754782&view=diff
==============================================================================
--- 
commons/proper/lang/trunk/src/java/org/apache/commons/lang/math/NumberUtils.java
 (original)
+++ 
commons/proper/lang/trunk/src/java/org/apache/commons/lang/math/NumberUtils.java
 Sun Mar 15 22:36:07 2009
@@ -76,7 +76,7 @@
 
     /**
      * <p><code>NumberUtils</code> instances should NOT be constructed in 
standard programming.
-     * Instead, the class should be used as 
<code>NumberUtils.stringToInt("6");</code>.</p>
+     * Instead, the class should be used as 
<code>NumberUtils.toInt("6");</code>.</p>
      *
      * <p>This constructor is public to permit tools that require a JavaBean 
instance
      * to operate.</p>


Reply via email to