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/01/12 15:42:08 UTC

[isis] branch ISIS-1740-where-am-i updated: ISIS-1740 NavigableParentService never used, so removed

This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch ISIS-1740-where-am-i
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/ISIS-1740-where-am-i by this push:
     new 3f1c278  ISIS-1740 NavigableParentService never used, so removed
3f1c278 is described below

commit 3f1c278e98abe7b23d19f431f3e081b911f285f5
Author: Andi Huber <ah...@apache.org>
AuthorDate: Fri Jan 12 16:42:03 2018 +0100

    ISIS-1740 NavigableParentService never used, so removed
---
 .../services/navparent/NavigableParentService.java   | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/core/applib/src/main/java/org/apache/isis/applib/services/navparent/NavigableParentService.java b/core/applib/src/main/java/org/apache/isis/applib/services/navparent/NavigableParentService.java
deleted file mode 100644
index 129122a..0000000
--- a/core/applib/src/main/java/org/apache/isis/applib/services/navparent/NavigableParentService.java
+++ /dev/null
@@ -1,20 +0,0 @@
-package org.apache.isis.applib.services.navparent;
-
-import org.apache.isis.applib.annotation.Programmatic;
-
-/**
- * 
- * @author ahuber@apache.org
- * @since 2.0.0
- */
-public interface NavigableParentService {
-
-    /**
-     * Return the navigable parent (a domain-object or a domain-view-model) of the object, 
-     * used to build a navigable parent chain as required by the 'where-am-I' feature.
-     * 
-     */
-    @Programmatic
-    public Object navigableParentOf(Object domainObject);
-	
-}

-- 
To stop receiving notification emails like this one, please contact
['"commits@isis.apache.org" <co...@isis.apache.org>'].