Improving the text to work with our having released more than one 3.x version

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1156014 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2011-08-10 03:56:45 +00:00
parent 735a878284
commit 5716bf685b
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ and System properties. Additionally it contains basic enhancements to java.util.
building methods, such as hashCode, toString and equals.
</p>
<p>
Note that Lang 3.0 uses a different package (<i>org.apache.commons.lang3</i>) than its predecessors (<i>org.apache.commons.lang</i>), allowing it to be used at the same time as an earlier version.
Note that Lang 3.0 (and subsequent versions) use a different package (<i>org.apache.commons.lang3</i>) than the previous versions (<i>org.apache.commons.lang</i>), allowing it to be used at the same time as an earlier version.
</p>
</section>
<!-- ================================================== -->