fixed an exclusion rule after an API change some time ago

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@795590 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2009-07-19 18:35:43 +00:00
parent dfc9f5705d
commit 3838e1fceb
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@
</Match>
<Match>
<Class name="org.apache.commons.math.ode.sampling.NordsieckStepInterpolator"/>
<Method name="reinitialize" params="double,double[],org.apache.commons.math.linear.RealMatrix" returns="void" />
<Method name="reinitialize" params="double,double,double[],org.apache.commons.math.linear.Array2DRowRealMatrix" returns="void" />
<Bug pattern="EI_EXPOSE_REP2" />
</Match>
<Match>