You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ba...@apache.org on 2009/12/10 13:08:27 UTC

svn commit: r889227 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang3/exception/package.html

Author: bayard
Date: Thu Dec 10 12:08:23 2009
New Revision: 889227

URL: http://svn.apache.org/viewvc?rev=889227&view=rev
Log:
Fixing package name. LANG-563

Modified:
    commons/proper/lang/trunk/src/java/org/apache/commons/lang3/exception/package.html

Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang3/exception/package.html
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/java/org/apache/commons/lang3/exception/package.html?rev=889227&r1=889226&r2=889227&view=diff
==============================================================================
--- commons/proper/lang/trunk/src/java/org/apache/commons/lang3/exception/package.html (original)
+++ commons/proper/lang/trunk/src/java/org/apache/commons/lang3/exception/package.html Thu Dec 10 12:08:23 2009
@@ -20,7 +20,7 @@
 <p>Contains the concept of an exception with context i.e. such an exception
 will contain a map with keys and values.  This provides an easy way to pass valuable
 state information at exception time in useful form to a calling process.</p>
-<p>Lastly, {@link org.apache.commons.lang.exception.ExceptionUtils} 
+<p>Lastly, {@link org.apache.commons.lang3.exception.ExceptionUtils} 
 also contains <code>Throwable</code> manipulation and examination routines.</p>
 @since 1.0
 </body>