Skip to content

refactor(tour): 패키지명 오타 수정 (contoller -> controller) - #108

Merged
user983740 merged 1 commit into
mainfrom
refactor/tour-package-typo
Jul 25, 2026
Merged

refactor(tour): 패키지명 오타 수정 (contoller -> controller)#108
user983740 merged 1 commit into
mainfrom
refactor/tour-package-typo

Conversation

@user983740

Copy link
Copy Markdown
Collaborator

변경 사항

tour 도메인의 패키지명이 contoller로 오타나 있어 controller로 수정했습니다.

src/main/kotlin/com/wafflestudio/team8server/tour/contoller/  ->  .../tour/controller/

영향 범위

  • 참조가 두 파일의 package 선언뿐입니다. Spring 컴포넌트 스캔 방식이라 외부 import 변경은 없습니다.
  • API 경로(/api/tour, /api/admin/tour)와 동작은 그대로입니다.
  • 신규 도메인이라 참조가 적을 때 정리했습니다.

검증

  • ./gradlew ktlintCheck compileKotlin 통과

🤖 Generated with Claude Code

참조가 패키지 선언 2곳뿐이라 외부 import 변경은 없다.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@user983740
user983740 merged commit ab2a0bf into main Jul 25, 2026
1 check passed
@user983740
user983740 deleted the refactor/tour-package-typo branch July 25, 2026 08:03
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.

1 participant