Skip to content

Commit

Permalink
Add private to clientRegistrationRepository for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
daverbk committed Mar 23, 2024
1 parent 7cc77ad commit 79e41d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
class PlayListControllerTest {

@Autowired
ClientRegistrationRepository clientRegistrationRepository;
private ClientRegistrationRepository clientRegistrationRepository;

@Autowired
private MockMvc mockMvc;
Expand Down

0 comments on commit 79e41d8

Please sign in to comment.