Skip to content

Commit

Permalink
refactor: add explicit import for Date class.
Browse files Browse the repository at this point in the history
This change is needed in order to simplify automated porting of tests.

Part of 1246
  • Loading branch information
php-coder committed Jan 28, 2020
1 parent f9e96c8 commit a49c37e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ package ru.mystamps.web.feature.site

import static org.assertj.core.util.DateUtil.yesterday

@SuppressWarnings('UnnecessaryGroovyImport')
import java.util.Date

import org.assertj.core.api.WithAssertions
import org.slf4j.helpers.NOPLogger
import ru.mystamps.web.feature.account.UserService
Expand Down

0 comments on commit a49c37e

Please sign in to comment.