[Minor] Updated JavaDoc of StrolchTransaction

This commit is contained in:
Robert von Burg 2016-08-20 13:36:49 +02:00
parent c42e99150d
commit 3474d9c890
1 changed files with 4 additions and 4 deletions

View File

@ -457,7 +457,7 @@ public interface StrolchTransaction extends AutoCloseable {
/** /**
* <p> * <p>
* 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 * does not exist
* </p> * </p>
* *
@ -478,7 +478,7 @@ public interface StrolchTransaction extends AutoCloseable {
/** /**
* <p> * <p>
* 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
* <code>assertExists</code> is true, then an exception is thrown if the template does not exist does not exist * <code>assertExists</code> is true, then an exception is thrown if the template does not exist does not exist
* </p> * </p>
* *
@ -502,7 +502,7 @@ public interface StrolchTransaction extends AutoCloseable {
/** /**
* <p> * <p>
* 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 * not exist
* </p> * </p>
* *
@ -523,7 +523,7 @@ public interface StrolchTransaction extends AutoCloseable {
/** /**
* <p> * <p>
* 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
* <code>assertExists</code> is true, then an exception is thrown if the template does not exist does not exist * <code>assertExists</code> is true, then an exception is thrown if the template does not exist does not exist
* </p> * </p>
* *