Removed spurious false comment.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1206818 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2011-11-27 20:00:14 +00:00
parent c40763f0c7
commit fa98123083

View File

@ -164,7 +164,6 @@ public class MultivariateRealFunctionMappingAdapter implements MultivariateRealF
mapped[i] = mappers[i].boundedToUnbounded(point[i]); mapped[i] = mappers[i].boundedToUnbounded(point[i]);
} }
// call underlying function
return mapped; return mapped;
} }