Hi Greg. On Sat, Sep 24, 2011 at 02:17:59AM -0000, gr...@apache.org wrote: > Author: gregs > Date: Sat Sep 24 02:17:58 2011 > New Revision: 1175094 > > URL: http://svn.apache.org/viewvc?rev=1175094&view=rev > Log: > JIRA: MATH-607 small bug in vmove method, the 'break;' directive causes the > loop to skip the code block beginning if(!bSkip40... > > Modified: > > commons/proper/math/trunk/src/main/java/org/apache/commons/math/stat/regression/MillerUpdatingRegression.java > > Modified: > commons/proper/math/trunk/src/main/java/org/apache/commons/math/stat/regression/MillerUpdatingRegression.java > URL: > http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math/stat/regression/MillerUpdatingRegression.java?rev=1175094&r1=1175093&r2=1175094&view=diff > ============================================================================== > --- > commons/proper/math/trunk/src/main/java/org/apache/commons/math/stat/regression/MillerUpdatingRegression.java > (original) > +++ > commons/proper/math/trunk/src/main/java/org/apache/commons/math/stat/regression/MillerUpdatingRegression.java > Sat Sep 24 02:17:58 2011 > @@ -771,7 +771,7 @@ public class MillerUpdatingRegression im > rhs[m] = rhs[mp1]; > rhs[mp1] = X;
Another Java style rule: Variables should not start with an uppercase. > [...] Regards, Gilles --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org