From 292eefa57c5a80788ed395cc70a839bbda70ad52 Mon Sep 17 00:00:00 2001 From: Luc Maisonobe Date: Wed, 1 Jan 2014 17:31:21 +0000 Subject: [PATCH] Fixed javadoc. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1554657 13f79535-47bb-0310-9956-ffa450edef68 --- .../commons/math3/geometry/partitioning/SubHyperplane.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/apache/commons/math3/geometry/partitioning/SubHyperplane.java b/src/main/java/org/apache/commons/math3/geometry/partitioning/SubHyperplane.java index eb55b9a22..a652ccbd7 100644 --- a/src/main/java/org/apache/commons/math3/geometry/partitioning/SubHyperplane.java +++ b/src/main/java/org/apache/commons/math3/geometry/partitioning/SubHyperplane.java @@ -71,8 +71,8 @@ public interface SubHyperplane { /** 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 split(Hyperplane hyperplane);