File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
src/main/java/info/unterrainer/commons/rdbutils Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -36,11 +36,11 @@ public class RdbUtils {
36
36
* Creates a new {@link EntityManagerFactory} with default-parameters or
37
37
* parameters given via environment variables.
38
38
* <p>
39
- * Runs Liquibase-update to apply any changes.<br / >
39
+ * Runs Liquibase-update to apply any changes.<br>
40
40
* Installs a shutdown-hook that ensures that the connection to the database is
41
41
* properly closed.
42
42
*
43
- * @param classLoaderSource the source of the classloader to use
43
+ * @param classLoaderSource the source of the class-loader to use
44
44
* @param persistenceUnitName the name of the persistence-unit to use (from your
45
45
* persistence.xml)
46
46
* @return an {@link EntityManagerFactory}
@@ -56,13 +56,14 @@ public static EntityManagerFactory createAutoclosingEntityManagerFactory(final C
56
56
* Creates a new {@link EntityManagerFactory} with default-parameters or
57
57
* parameters given via environment variables.
58
58
* <p>
59
- * Runs liquibase-update to apply any changes.<br / >
59
+ * Runs liquibase-update to apply any changes.<br>
60
60
* Installs a shutdown-hook that ensures that the connection to the database is
61
61
* properly closed.
62
62
*
63
- * @param classLoaderSource the source of the classloader to use
63
+ * @param classLoaderSource the source of the class-loader to use
64
64
* @param persistenceUnitName the name of the persistence-unit to use (from your
65
65
* persistence.xml)
66
+ * @param prefix the prefix
66
67
* @return an {@link EntityManagerFactory}
67
68
* @throws RdbUtilException if the database could not have been opened by
68
69
* liquibase.
You can’t perform that action at this time.
0 commit comments