Skip to content

Commit 492a883

Browse files
committed
refactor(country/SuggestionController): change class visibility from public to package.
No functional changes.
1 parent 948fe01 commit 492a883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/ru/mystamps/web/feature/country/SuggestionController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
@RestController
2929
@RequiredArgsConstructor
30-
public class SuggestionController {
30+
class SuggestionController {
3131

3232
private final CountryService countryService;
3333

0 commit comments

Comments
 (0)