You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2020/01/16 17:36:04 UTC

[isis] branch master updated: ISIS-2265: sync adoc

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/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new 3ec3b3b  ISIS-2265: sync adoc
3ec3b3b is described below

commit 3ec3b3bba2ad543cccc68439e0a14ba56b4b4d73
Author: Andi Huber <ah...@apache.org>
AuthorDate: Thu Jan 16 18:35:53 2020 +0100

    ISIS-2265: sync adoc
---
 api/applib/src/main/adoc/modules/applib-cm/examples/tree/TreeNode.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/api/applib/src/main/adoc/modules/applib-cm/examples/tree/TreeNode.java b/api/applib/src/main/adoc/modules/applib-cm/examples/tree/TreeNode.java
index 927ad3b..2fbdd00 100644
--- a/api/applib/src/main/adoc/modules/applib-cm/examples/tree/TreeNode.java
+++ b/api/applib/src/main/adoc/modules/applib-cm/examples/tree/TreeNode.java
@@ -30,6 +30,7 @@ import javax.annotation.Nullable;
 import org.apache.isis.applib.annotation.Programmatic;
 import org.apache.isis.core.commons.internal.base._NullSafe;
 
+//@Container
 public interface TreeNode<T> {
 
     // -- VALUE