garydgregory commented on code in PR #264:
URL: https://github.com/apache/commons-geometry/pull/264#discussion_r2276991734
##########
commons-geometry-core/src/main/java/org/apache/commons/geometry/core/partitioning/bsp/BSPTreeVisitor.java:
##########
@@ -87,7 +87,7 @@ enum Result {
Result visit(N node);
/** Determine the visit order for the given internal node. This is called
for each
- * internal node before {@link #visit(BSPTree.Node)} is called. Returning
null
+ * internal node before {@link #visit(BSPTree.Node)} is called. returning
{@code null}
Review Comment:
There is no rush, PRs like these are not high priority 😉
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]