mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-03-19 18:19:13 +01:00
Fix checkstyle
This commit is contained in:
parent
5dd2d4392e
commit
ee1a69cb0c
@ -275,7 +275,7 @@ public interface DatabaseTest extends DatabaseTestPreparer {
|
||||
int offset = 0;
|
||||
|
||||
Sql sql = db.getType().getSql();
|
||||
String testSQL = SELECT + sql.dateToDayStamp(sql.epochSecondToDate(Long.toString((time + offset)))) + " as date";
|
||||
String testSQL = SELECT + sql.dateToDayStamp(sql.epochSecondToDate(Long.toString(time + offset))) + " as date";
|
||||
|
||||
String expected = deliveryUtilities().getFormatters().iso8601NoClockLong().apply(TimeUnit.SECONDS.toMillis(time));
|
||||
//noinspection Convert2Diamond Causes compiler issues without Generic type definition
|
||||
|
Loading…
Reference in New Issue
Block a user