Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/others/org.eclipse.papyrus.profile/src/org/eclipse/papyrus/profile/tree/objects/ParentTreeObject.java')
-rw-r--r--plugins/others/org.eclipse.papyrus.profile/src/org/eclipse/papyrus/profile/tree/objects/ParentTreeObject.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/others/org.eclipse.papyrus.profile/src/org/eclipse/papyrus/profile/tree/objects/ParentTreeObject.java b/plugins/others/org.eclipse.papyrus.profile/src/org/eclipse/papyrus/profile/tree/objects/ParentTreeObject.java
index 2345df27880..59a24d1256a 100644
--- a/plugins/others/org.eclipse.papyrus.profile/src/org/eclipse/papyrus/profile/tree/objects/ParentTreeObject.java
+++ b/plugins/others/org.eclipse.papyrus.profile/src/org/eclipse/papyrus/profile/tree/objects/ParentTreeObject.java
@@ -28,7 +28,7 @@ public abstract class ParentTreeObject extends TreeObject {
/**
* The children.
*/
- private ArrayList children;
+ protected ArrayList children;
/**
* The Constructor.

Back to the top