polishing
This commit is contained in:
parent
c8b8cf45b4
commit
6aee6a16ab
|
|
@ -41,7 +41,7 @@ final class DerbyEmbeddedDatabaseConfigurer implements EmbeddedDatabaseConfigure
|
|||
|
||||
private static final String URL_TEMPLATE = "jdbc:derby:memory:%s;%s";
|
||||
|
||||
// Error codes that indicate successful shutdown
|
||||
// Error code that indicates successful shutdown
|
||||
private static final String SHUTDOWN_CODE = "08006";
|
||||
|
||||
private static DerbyEmbeddedDatabaseConfigurer INSTANCE;
|
||||
|
|
|
|||
Loading…
Reference in New Issue