This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/causeway.git
The following commit(s) were added to refs/heads/master by this push:
new 04393e9f31 CAUSEWAY-3685: minor: java-doc typo
04393e9f31 is described below
commit 04393e9f3139303f3f4b051a84c58e91562b77a6
Author: Andi Huber <[email protected]>
AuthorDate: Tue Jan 30 15:31:00 2024 +0100
CAUSEWAY-3685: minor: java-doc typo
---
.../src/main/java/org/apache/causeway/applib/graph/tree/TreeNode.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/api/applib/src/main/java/org/apache/causeway/applib/graph/tree/TreeNode.java
b/api/applib/src/main/java/org/apache/causeway/applib/graph/tree/TreeNode.java
index 899215ca3d..6ab1737648 100644
---
a/api/applib/src/main/java/org/apache/causeway/applib/graph/tree/TreeNode.java
+++
b/api/applib/src/main/java/org/apache/causeway/applib/graph/tree/TreeNode.java
@@ -200,7 +200,7 @@ public class TreeNode<T> implements Vertex<T> {
}
/**
- * Whether node that corresponds to given {@link TreePath} has a selection
markers.
+ * Whether node that corresponds to given {@link TreePath} has a selection
marker.
* @see #select(TreePath...)
*/
@Programmatic