spring-projects / spring-data-jpa

Simplifies the development of creating a JPA-based data access layer.
https://spring.io/projects/spring-data-jpa/
Apache License 2.0
3.02k stars 1.42k forks source link

It seems that the double semicolon in the `Instant` class member in `DefaultRevisionMetadataUnitTests` is a typo. #3669

Closed PgmJun closed 1 week ago

PgmJun commented 2 weeks ago

DefaultRevisionMetadataUnitTests.java

class DefaultRevisionMetadataUnitTests {

    private static final Instant NOW = Instant.now();;

I was reading the test code and found these codes. I think having 2 semicolons is a typo, so wouldn't it be okay to remove them?