Fixed javadoc.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1554657 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2014-01-01 17:31:21 +00:00
parent 0faf0131f6
commit 292eefa57c
1 changed files with 2 additions and 2 deletions

View File

@ -71,8 +71,8 @@ public interface SubHyperplane<S extends Space> {
/** Split the instance in two parts by an hyperplane.
* @param hyperplane splitting hyperplane
* @return an object containing both the part of the instance
* on the plus side of the instance and the part of the
* instance on the minus side of the instance
* on the plus side of the hyperplane and the part of the
* instance on the minus side of the hyperplane
*/
SplitSubHyperplane<S> split(Hyperplane<S> hyperplane);