ExtendedProperties has already been removed.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1470714 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2013-04-22 20:58:20 +00:00
parent ea15ac123a
commit c429128e8f
1 changed files with 0 additions and 7 deletions

View File

@ -43,13 +43,6 @@
</Or>
</Match>
<!-- Load first tries ISO_8859_1 encoding, and reverts to the system's default if not available -->
<Match>
<Class name="org.apache.commons.collections4.ExtendedProperties" />
<Method name="load" params="java.io.InputStream, java.lang.String" returns="void" />
<Bug pattern="DM_DEFAULT_ENCODING" />
</Match>
<!-- TreeBidiMap implements equals by delegating to another method for re-usability -->
<Match>
<Or>