We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Instant
DefaultRevisionMetadataUnitTests
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?
The text was updated successfully, but these errors were encountered:
Polishing.
c9aa45e
Remove unnecessary semicolons DefaultRevisionMetadataUnitTests class. Original pull request: #3670 Closes #3669
5fa723c
1db98f5
mp911de
Successfully merging a pull request may close this issue.
DefaultRevisionMetadataUnitTests.java
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?
The text was updated successfully, but these errors were encountered: