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:
parent
ea15ac123a
commit
c429128e8f
|
@ -43,13 +43,6 @@
|
||||||
</Or>
|
</Or>
|
||||||
</Match>
|
</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 -->
|
<!-- TreeBidiMap implements equals by delegating to another method for re-usability -->
|
||||||
<Match>
|
<Match>
|
||||||
<Or>
|
<Or>
|
||||||
|
|
Loading…
Reference in New Issue