Update package-info after removal of ExtendedProperties.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1457507 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2013-03-17 18:16:39 +00:00
parent a1179b9c7d
commit 7ec6ca6814
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@
* The following collection implementations are provided in the package:
* <ul>
* <li>ArrayStack - a non synchronized Stack that follows the same API as {@code java.util Stack}
* <li>ExtendedProperties - extends the Properties class to add extra functionality
* </ul>
*
* @version $Id$