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 2018/02/16 13:13:53 UTC

[isis] branch master updated: ISIS-1819 further improve 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 3a036ac  ISIS-1819 further improve adoc
3a036ac is described below

commit 3a036ace377d54a6b582d998b1593c81ad12aaf6
Author: Andi Huber <ho...@gmx.at>
AuthorDate: Fri Feb 16 14:13:50 2018 +0100

    ISIS-1819 further improve adoc
---
 .../src/main/asciidoc/guides/ugvw/_ugvw_features_where-am-i.adoc      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/adocs/documentation/src/main/asciidoc/guides/ugvw/_ugvw_features_where-am-i.adoc b/adocs/documentation/src/main/asciidoc/guides/ugvw/_ugvw_features_where-am-i.adoc
index 1ead9f3..0f12c11 100644
--- a/adocs/documentation/src/main/asciidoc/guides/ugvw/_ugvw_features_where-am-i.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/ugvw/_ugvw_features_where-am-i.adoc
@@ -60,7 +60,7 @@ Company > Employee > PhoneNumber
 . The annotated member (method or field), when ...
 .. ... a method: then must be a no-arg method returning a non-primitive type (e.g. a getter)
 .. ... a field: then the field must be of non-primitive type and must also have a getter (as specified by the Java Beans Standard, particularly to allow @Parent annotations on fields that use the lombok @Getter annotation)
-. Starting from the current domain-object class, we search the object's class inheritance hierarchy (super class, super super class, ...), until we find the first class that has a `@Parent` annotation. That's the one we use to resolve the current domain-object's navigable parent.
+. Starting from the current domain-object, we search the object's class inheritance hierarchy (super class, super super class, ...), until we find the first class that has a `@Parent` annotation. That's the one we use to resolve the current domain-object's navigable parent.
 
 
 == User Experience
@@ -72,7 +72,7 @@ When viewing a domain object that is part of a hierarchical structure, one can e
 == Related functionality
 
 
-The 'Where am I' functionality is declared at compile-time (predefined by the programmer). Related features (xref:../ugvw/ugvw.adoc#_ugvw_features_recent-pages[Recent Pages] and xref:../ugvw/ugvw.adoc#_ugvw_features_bookmarked-pages[Bookmarked Pages]) are populated at runtime.
+The navigable tree-structure, as provided by the 'Where am I' feature, is declared at compile-time (predefined by the programmer), whereas related features (xref:../ugvw/ugvw.adoc#_ugvw_features_recent-pages[Recent Pages] and xref:../ugvw/ugvw.adoc#_ugvw_features_bookmarked-pages[Bookmarked Pages]) are populated at runtime only after user interaction.
 
 
 == Configuration

-- 
To stop receiving notification emails like this one, please contact
ahuber@apache.org.