diff --git a/src/main/java/org/apache/commons/math3/geometry/partitioning/BoundaryAttribute.java b/src/main/java/org/apache/commons/math3/geometry/partitioning/BoundaryAttribute.java index 4f93e2be5..cf192e192 100644 --- a/src/main/java/org/apache/commons/math3/geometry/partitioning/BoundaryAttribute.java +++ b/src/main/java/org/apache/commons/math3/geometry/partitioning/BoundaryAttribute.java @@ -21,9 +21,10 @@ import org.apache.commons.math3.geometry.Space; /** Class holding boundary attributes. *
This class is used for the attributes associated with the * nodes of region boundary shell trees returned by the {@link - * Region#getTree Region.getTree}. It contains the - * parts of the node cut sub-hyperplane that belong to the - * boundary.
+ * Region#getTree(boolean) Region.getTree(includeBoundaryAttributes)} + * when the boolean {@code includeBoundaryAttributes} parameter is + * set to {@code true}. It contains the parts of the node cut + * sub-hyperplane that belong to the boundary. *This class is a simple placeholder, it does not provide any * processing methods.
* @paramSince computing the boundary is not always required and can be
* time-consuming for large trees, these internal nodes attributes
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 e2389eb07..06a8bb2ec 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
@@ -889,8 +889,8 @@ public class ArcsSet extends AbstractRegion
* This exception is thrown at {@link ArcsSet} construction time when the
- * {@link Location inside/outside} state is not consistent at the 0,
- * \(2 \pi \) crossing.
+ * {@link org.apache.commons.math3.geometry.partitioning.Region.Location inside/outside}
+ * state is not consistent at the 0, \(2 \pi \) crossing.
*