Skip to content

Commit 3048cca

Browse files
committed
fix javadocs
1 parent 4990ada commit 3048cca

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +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 />
39+
* Runs Liquibase-update to apply any changes.<br>
4040
* Installs a shutdown-hook that ensures that the connection to the database is
4141
* properly closed.
4242
*
43-
* @param classLoaderSource the source of the classloader to use
43+
* @param classLoaderSource the source of the class-loader to use
4444
* @param persistenceUnitName the name of the persistence-unit to use (from your
4545
* persistence.xml)
4646
* @return an {@link EntityManagerFactory}
@@ -56,13 +56,14 @@ public static EntityManagerFactory createAutoclosingEntityManagerFactory(final C
5656
* Creates a new {@link EntityManagerFactory} with default-parameters or
5757
* parameters given via environment variables.
5858
* <p>
59-
* Runs liquibase-update to apply any changes.<br />
59+
* Runs liquibase-update to apply any changes.<br>
6060
* Installs a shutdown-hook that ensures that the connection to the database is
6161
* properly closed.
6262
*
63-
* @param classLoaderSource the source of the classloader to use
63+
* @param classLoaderSource the source of the class-loader to use
6464
* @param persistenceUnitName the name of the persistence-unit to use (from your
6565
* persistence.xml)
66+
* @param prefix the prefix
6667
* @return an {@link EntityManagerFactory}
6768
* @throws RdbUtilException if the database could not have been opened by
6869
* liquibase.

0 commit comments

Comments
 (0)