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

[9week][#56] 중재자 패턴 - hong #59

Merged
merged 2 commits into from
Jan 23, 2022
Merged

[9week][#56] 중재자 패턴 - hong #59

merged 2 commits into from
Jan 23, 2022

Conversation

gowoonsori
Copy link
Contributor

No description provided.


public void press() {
if (fan.isOn()) {
java.lang.System.out.print("써큘레이터 ");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

java.lang.System 왜이런가 했네요 ㅋㅋㅋ System class가 있어서구만!

@jun108059 jun108059 linked an issue Jan 20, 2022 that may be closed by this pull request
4 tasks
Copy link
Member

@jun108059 jun108059 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

baeldung의 예제 코드를 수정해서 중재자 패턴을 다뤄주셔서 너무 좋았어요!

고생 많으셨습니다~

@CJW23 CJW23 merged commit 4f4ddfe into main Jan 23, 2022
@gowoonsori gowoonsori deleted the 9week-hong branch January 23, 2022 23:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

[9주차] 행동 - 중재자 패턴
4 participants