Skip to content

Commit

Permalink
fix(#15): 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
nohy6630 committed Sep 16, 2023
1 parent 293f38b commit f25a954
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 55 deletions.
46 changes: 0 additions & 46 deletions src/main/java/kusitms/hdmedi/domain/domain/News.java

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,19 +1,10 @@
package kusitms.hdmedi.repository.news;

<<<<<<< HEAD
import kusitms.hdmedi.domain.news.News;
=======
import kusitms.hdmedi.domain.domain.News;
>>>>>>> bfc8a2c214eba153895fecca239e41f0575e628d
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
import org.springframework.data.jpa.repository.JpaRepository;

<<<<<<< HEAD
=======
import java.util.List;

>>>>>>> bfc8a2c214eba153895fecca239e41f0575e628d
public interface NewsRepository extends JpaRepository<News, Long> {
Page<News> findAll(Pageable pageable);
}

0 comments on commit f25a954

Please sign in to comment.