Author: luc
Date: Sun May 18 08:18:32 2008
New Revision: 657571
URL: http://svn.apache.org/viewvc?rev=657571&view=rev
Log:
added missing newline at end of file
Modified:
commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/stat/regression/MultipleLinearRegression.java
Modified:
commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/stat/regression/MultipleLinearRegression.java
URL:
http://svn.apache.org/viewvc/commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/stat/regression/MultipleLinearRegression.java?rev=657571&r1=657570&r2=657571&view=diff
==============================================================================
---
commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/stat/regression/MultipleLinearRegression.java
(original)
+++
commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/stat/regression/MultipleLinearRegression.java
Sun May 18 08:18:32 2008
@@ -68,4 +68,4 @@
*/
double estimateRegressandVariance();
-}
\ No newline at end of file
+}