Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytropolityka committed Oct 24, 2024
1 parent 9ab7cbb commit 8b5eb3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public interface FaqRepository extends ArtemisJpaRepository<Faq, Long> {
""")
Set<String> findAllCategoriesByCourseId(@Param("courseId") Long courseId);

@Transactional
@Transactional
Set<Faq> findAllByCourseIdAndFaqState(Long courseId, FaqState faqState);

@Transactional // ok because of delete
Expand Down

0 comments on commit 8b5eb3d

Please sign in to comment.