From d373c08f55f8b7ef82da6e72b601ff43be350adb Mon Sep 17 00:00:00 2001 From: Robert von Burg Date: Fri, 6 Aug 2021 07:01:50 +0200 Subject: [PATCH] [Major] removed StrolchRootElement.setRelation() --- .../main/java/li/strolch/model/StrolchRootElement.java | 9 --------- 1 file changed, 9 deletions(-) diff --git a/li.strolch.model/src/main/java/li/strolch/model/StrolchRootElement.java b/li.strolch.model/src/main/java/li/strolch/model/StrolchRootElement.java index 2caa29c8e..6626a5485 100644 --- a/li.strolch.model/src/main/java/li/strolch/model/StrolchRootElement.java +++ b/li.strolch.model/src/main/java/li/strolch/model/StrolchRootElement.java @@ -83,15 +83,6 @@ public interface StrolchRootElement extends StrolchElement, PolicyContainer, Par */ void setVersion(Version version) throws IllegalArgumentException; - /** - * Set a relation to the given element by using the type of the given element as the parameter ID, but lower-casing - * the first letter. Should the {@link StringParameter} not exist, then it will be created - * - * @param element - * the element for which to set the relation to - */ - void setRelation(StrolchRootElement element); - /** * Set a relation to the given element by using the given param. Should the {@link StringParameter} not exist, then it will be * created