Removed trailing spaces.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@917270 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ccc24d8913
commit
1c9a550569
|
@ -167,7 +167,7 @@ public class Product extends AbstractStorelessUnivariateStatistic implements Ser
|
||||||
}
|
}
|
||||||
return product;
|
return product;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* <p>Returns the weighted product of the entries in the input array.</p>
|
* <p>Returns the weighted product of the entries in the input array.</p>
|
||||||
*
|
*
|
||||||
|
|
|
@ -166,7 +166,7 @@ public class Sum extends AbstractStorelessUnivariateStatistic implements Seriali
|
||||||
}
|
}
|
||||||
return sum;
|
return sum;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The weighted sum of the entries in the the input array.
|
* The weighted sum of the entries in the the input array.
|
||||||
* <p>
|
* <p>
|
||||||
|
|
Loading…
Reference in New Issue