Skip to content

Commit

Permalink
Merge pull request #645 from pascalgrimaud/user-jpa-repository-it
Browse files Browse the repository at this point in the history
Fix code smells: remove public modifier
  • Loading branch information
pascalgrimaud authored Feb 4, 2022
2 parents f27ed16 + c487416 commit 3118242
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {{packageName}}.IntegrationTest;

@IntegrationTest
@Transactional
public class UserJpaRepositoryIT {
class UserJpaRepositoryIT {
private static final String ACTIVATION_KEY = "my_activation_key";
private static final String RESET_KEY = "my_reset_key";
Expand Down

0 comments on commit 3118242

Please sign in to comment.