Author: luc Date: Mon Jan 20 15:34:02 2014 New Revision: 1559745 URL: http://svn.apache.org/r1559745 Log: Javadoc fix.
Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/geometry/spherical/oned/ArcsSet.java Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/geometry/spherical/oned/ArcsSet.java URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/geometry/spherical/oned/ArcsSet.java?rev=1559745&r1=1559744&r2=1559745&view=diff ============================================================================== --- commons/proper/math/trunk/src/main/java/org/apache/commons/math3/geometry/spherical/oned/ArcsSet.java (original) +++ commons/proper/math/trunk/src/main/java/org/apache/commons/math3/geometry/spherical/oned/ArcsSet.java Mon Jan 20 15:34:02 2014 @@ -435,7 +435,7 @@ public class ArcsSet extends AbstractReg /** 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<Sphere1D> node) { return ((LimitAngle) node.getCut().getHyperplane()).getLocation().getAlpha();