You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2018/02/14 15:15:20 UTC

[isis] 04/13: ISIS-1740 NavigableParentService never used, so removed

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

danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git

commit 6fc4c5b70019f223e6020feb4c5d8e50cd9ae380
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
danhaywood@apache.org.