Skip to content

Commit 4990ada

Browse files
committed
fix javadocs
1 parent 9fdad25 commit 4990ada

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

src/main/java/info/unterrainer/commons/rdbutils/RdbUtils.java

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,11 @@ public class RdbUtils {
3636
* Creates a new {@link EntityManagerFactory} with default-parameters or
3737
* parameters given via environment variables.
3838
* <p>
39-
* Runs Liquibase-update to apply any changes.<br / > Installs a shutdown-hook
40-
* that ensures that the connection to the database is properly closed.
39+
* Runs Liquibase-update to apply any changes.<br />
40+
* Installs a shutdown-hook that ensures that the connection to the database is
41+
* properly closed.
4142
*
43+
* @param classLoaderSource the source of the classloader to use
4244
* @param persistenceUnitName the name of the persistence-unit to use (from your
4345
* persistence.xml)
4446
* @return an {@link EntityManagerFactory}
@@ -54,9 +56,11 @@ public static EntityManagerFactory createAutoclosingEntityManagerFactory(final C
5456
* Creates a new {@link EntityManagerFactory} with default-parameters or
5557
* parameters given via environment variables.
5658
* <p>
57-
* Runs liquibase-update to apply any changes.<br / > Installs a shutdown-hook
58-
* that ensures that the connection to the database is properly closed.
59+
* Runs liquibase-update to apply any changes.<br />
60+
* Installs a shutdown-hook that ensures that the connection to the database is
61+
* properly closed.
5962
*
63+
* @param classLoaderSource the source of the classloader to use
6064
* @param persistenceUnitName the name of the persistence-unit to use (from your
6165
* persistence.xml)
6266
* @return an {@link EntityManagerFactory}

0 commit comments

Comments
 (0)