Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[오타 제보] p.190 #262

Closed
gus-an opened this issue Feb 16, 2020 · 1 comment
Closed

[오타 제보] p.190 #262

gus-an opened this issue Feb 16, 2020 · 1 comment
Assignees
Labels

Comments

@gus-an
Copy link

gus-an commented Feb 16, 2020

기존에 올라온 제보가 아닌지 먼저 검색해주세요!

가장 자주 나온 제보

오타

  • as-is (오타):

SessionUser user = (User) httpSession.getAttribute("user");

  • to-be (교정):

SessionUser user = (SessionUser) httpSession.getAttribute("user");

@jojoldu
Copy link
Owner

jojoldu commented Mar 18, 2020

@gus-an 님 안녕하세요 :) 오타 제보 정말 감사합니다 ㅠ
해당 이슈가 이미 올라와있어서 중복 제보로 남겨놓겠습니다 :)
불편을 드려 정말 죄송합니다 ㅠ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants