updated a findbugs filter after a method signature change

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@992597 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2010-09-04 13:18:30 +00:00
parent 0cb5c9ae58
commit 18f77ee26c
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
</Match>
<Match>
<Class name="org.apache.commons.math.optimization.univariate.BrentOptimizer" />
<Method name="localMin" params="org.apache.commons.math.analysis.UnivariateRealFunction,org.apache.commons.math.optimization.GoalType,double,double,double,double" returns="double" />
<Method name="localMin" params="boolean,double,double,double,double,double" returns="double" />
<Bug pattern="FE_FLOATING_POINT_EQUALITY" />
</Match>
<Match>