Skip to content

[feat-1080] переименована опечатка UserPageSercive наUserPageService#1086

Open
Textile86 wants to merge 1 commit intohexlet-volunteers:mainfrom
Textile86:issue-1080
Open

[feat-1080] переименована опечатка UserPageSercive наUserPageService#1086
Textile86 wants to merge 1 commit intohexlet-volunteers:mainfrom
Textile86:issue-1080

Conversation

@Textile86
Copy link
Copy Markdown

Исправлена опечатка в названии класса
UserPageService.java ):
// было: public class UserPageSercive {
// стало: public class UserPageService {

Обновлены ссылки UserPageController.java
// было:
import io.hexlet.cv.service.UserPageSercive;
private final UserPageSercive userPageService;

// стало:
import io.hexlet.cv.service.UserPageService;
private final UserPageService userPageService;

@ann-p-1320
Copy link
Copy Markdown

аппрув

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants