Skip to content

Commit

Permalink
refactor :: repository
Browse files Browse the repository at this point in the history
  • Loading branch information
meltapplee committed Sep 9, 2024
1 parent 1c436a3 commit 776c5d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package org.meogo.domain.review.repository
package org.meogo.domain.review.domain

import org.meogo.domain.review.domain.Review
import org.springframework.data.repository.Repository
import java.util.UUID

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package org.meogo.domain.user.repository
package org.meogo.domain.user.domain

import org.meogo.domain.user.domain.User
import org.springframework.data.jpa.repository.JpaRepository
import java.util.UUID

Expand Down

0 comments on commit 776c5d5

Please sign in to comment.