diff --git a/li.strolch.agent/src/main/java/li/strolch/persistence/api/StrolchTransaction.java b/li.strolch.agent/src/main/java/li/strolch/persistence/api/StrolchTransaction.java index 61fa77ba0..06fb0dc52 100644 --- a/li.strolch.agent/src/main/java/li/strolch/persistence/api/StrolchTransaction.java +++ b/li.strolch.agent/src/main/java/li/strolch/persistence/api/StrolchTransaction.java @@ -457,7 +457,7 @@ public interface StrolchTransaction extends AutoCloseable { /** *

- * Returns the {@link Resource} of Type {@link StrolchConstants#TEMPLATE} with the given type as id, or null if it + * Returns a copy of the {@link Resource} of Type {@link StrolchConstants#TEMPLATE} with the given type as id, or null if it * does not exist *

* @@ -478,7 +478,7 @@ public interface StrolchTransaction extends AutoCloseable { /** *

- * Returns the {@link Resource} of Type {@link StrolchConstants#TEMPLATE} with the given type as id. If + * Returns a copy of the {@link Resource} of Type {@link StrolchConstants#TEMPLATE} with the given type as id. If * assertExists is true, then an exception is thrown if the template does not exist does not exist *

* @@ -502,7 +502,7 @@ public interface StrolchTransaction extends AutoCloseable { /** *

- * Returns the {@link Order} of Type {@link StrolchConstants#TEMPLATE} with the given type as id, or null if it does + * Returns a copy of the {@link Order} of Type {@link StrolchConstants#TEMPLATE} with the given type as id, or null if it does * not exist *

* @@ -523,7 +523,7 @@ public interface StrolchTransaction extends AutoCloseable { /** *

- * Returns the {@link Order} of Type {@link StrolchConstants#TEMPLATE} with the given type as id. If + * Returns a copy of the {@link Order} of Type {@link StrolchConstants#TEMPLATE} with the given type as id. If * assertExists is true, then an exception is thrown if the template does not exist does not exist *

*