Skip to content

Commit

Permalink
Merge pull request #22726 from qmonmert/sonarremovepublic
Browse files Browse the repository at this point in the history
Sonar: Remove this 'public' modifier
  • Loading branch information
DanielFran authored Jun 30, 2023
2 parents 34a3684 + 37420a7 commit 0dbb817
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.
@AutoConfigureMockMvc
@WithMockUser
@IntegrationTest
public class SpaWebFilterIT {
class SpaWebFilterIT {

@Autowired
private MockMvc mockMvc;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import org.springframework.http.MediaType;
@AutoConfigureWebTestClient(timeout = IntegrationTest.DEFAULT_TIMEOUT)
@WithMockUser
@IntegrationTest
public class SpaWebFilterIT {
class SpaWebFilterIT {

@Autowired
private WebTestClient webTestClient;
Expand Down

0 comments on commit 0dbb817

Please sign in to comment.