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/09/04 20:25:47 UTC

[isis] 05/24: ISIS-1976: make RootAndCollectionAdapters package private

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

ahuber pushed a commit to branch ISIS-1976-rethink-object-adapters
in repository https://gitbox.apache.org/repos/asf/isis.git

commit 6e21d737659daeaaca7723cd1a937331196b7177
Author: andi-huber <ah...@apache.org>
AuthorDate: Sun Sep 2 19:13:20 2018 +0200

    ISIS-1976: make RootAndCollectionAdapters package private
---
 .../system/persistence/adaptermanager/RootAndCollectionAdapters.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/runtime/src/main/java/org/apache/isis/core/runtime/system/persistence/adaptermanager/RootAndCollectionAdapters.java b/core/runtime/src/main/java/org/apache/isis/core/runtime/system/persistence/adaptermanager/RootAndCollectionAdapters.java
index 37894d7..45bb4d0 100644
--- a/core/runtime/src/main/java/org/apache/isis/core/runtime/system/persistence/adaptermanager/RootAndCollectionAdapters.java
+++ b/core/runtime/src/main/java/org/apache/isis/core/runtime/system/persistence/adaptermanager/RootAndCollectionAdapters.java
@@ -43,7 +43,7 @@ import org.apache.isis.core.metamodel.spec.feature.OneToManyAssociation;
  * Used for &quot;impact analysis&quot; when persisting transient root objects; all aggregated adapters
  * must also be persisted.
  */
-public class RootAndCollectionAdapters implements Iterable<ObjectAdapter> {
+class RootAndCollectionAdapters implements Iterable<ObjectAdapter> {
 
     private final ObjectAdapter parentAdapter;
     private final RootOid rootAdapterOid;