mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
remove obsolete assignments
This commit is contained in:
@@ -83,8 +83,6 @@ public class DatesAndTimesTest {
|
||||
}
|
||||
|
||||
private void restartServer(String javaTimeZone, String dbTimeZone) {
|
||||
DataSource existingDs = db.dataSource();
|
||||
DataSource existingRoDs = db.readOnlyDataSource();
|
||||
db.shutdown(false, false);
|
||||
if (javaTimeZone != null) {
|
||||
setJavaTimeZone(TimeZone.getTimeZone(javaTimeZone));
|
||||
|
||||
Reference in New Issue
Block a user