From 3474d9c89015b4def6af9d23c51fb0750c1d9f8c Mon Sep 17 00:00:00 2001 From: Robert von Burg Date: Sat, 20 Aug 2016 13:36:49 +0200 Subject: [PATCH] [Minor] Updated JavaDoc of StrolchTransaction --- .../li/strolch/persistence/api/StrolchTransaction.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 *

*