Skip to content

Commit

Permalink
remove code smells
Browse files Browse the repository at this point in the history
  • Loading branch information
tazemar committed Aug 11, 2023
1 parent bf2306f commit c7696cb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package fr.greencodeinitiative.java.checks;

import org.sonar.check.Priority;
import org.sonar.check.Rule;
import org.sonar.plugins.java.api.IssuableSubscriptionVisitor;
import org.sonar.plugins.java.api.tree.LiteralTree;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import org.junit.jupiter.api.Test;
import org.sonar.java.checks.verifier.CheckVerifier;

public class OptimizeDatabaseQueriesTest {
class OptimizeDatabaseQueriesTest {

@Test
void test() {
Expand Down

0 comments on commit c7696cb

Please sign in to comment.