From b1e3f391b510800ba5aba9381d0f877e5851f4db Mon Sep 17 00:00:00 2001 From: Luc Maisonobe Date: Mon, 20 Jan 2014 15:34:02 +0000 Subject: [PATCH] Javadoc fix. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1559745 13f79535-47bb-0310-9956-ffa450edef68 --- .../apache/commons/math3/geometry/spherical/oned/ArcsSet.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/math3/geometry/spherical/oned/ArcsSet.java b/src/main/java/org/apache/commons/math3/geometry/spherical/oned/ArcsSet.java index 326bc1b5d..25a11ecd5 100644 --- a/src/main/java/org/apache/commons/math3/geometry/spherical/oned/ArcsSet.java +++ b/src/main/java/org/apache/commons/math3/geometry/spherical/oned/ArcsSet.java @@ -435,7 +435,7 @@ public class ArcsSet extends AbstractRegion implements Itera /** Get the limit angle of an internal node. * @param node internal node to check - * @return true if the limit angle is direct + * @return limit angle */ private double getAngle(final BSPTree node) { return ((LimitAngle) node.getCut().getHyperplane()).getLocation().getAlpha();