mirror of
https://github.com/apache/commons-math.git
synced 2025-02-14 14:06:30 +00:00
Formatting.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1329197 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2f6a4f8456
commit
460839bd61
@ -42,7 +42,7 @@ public class UnivariatePointValuePair implements Serializable {
|
||||
* @param value Value of an objective function at the point
|
||||
*/
|
||||
public UnivariatePointValuePair(final double point,
|
||||
final double value) {
|
||||
final double value) {
|
||||
this.point = point;
|
||||
this.value = value;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user