Skip to content

Commit fac69f8

Browse files
committed
Remove the double semicolon of the class field.
Remove unnecessary semicolons from the Instant field of the DefaultRevisionMetadataUnitTests class.
1 parent c6e8ee0 commit fac69f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spring-data-envers/src/test/java/org/springframework/data/envers/repository/support/DefaultRevisionMetadataUnitTests.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,11 @@
3131
* @author Benedikt Ritter
3232
* @author Jens Schauder
3333
* @author Mark Paluch
34+
* @author Seungjun Choi
3435
*/
3536
class DefaultRevisionMetadataUnitTests {
3637

37-
private static final Instant NOW = Instant.now();;
38+
private static final Instant NOW = Instant.now();
3839

3940
@Test // #112
4041
void createsLocalDateTimeFromTimestamp() {

0 commit comments

Comments
 (0)