Skip to content

Commit

Permalink
chore: remove unnecessary method
Browse files Browse the repository at this point in the history
  • Loading branch information
YukinaMochizuki committed Jan 12, 2025
1 parent 7221aee commit a74dc8e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,5 @@
import java.util.UUID;

public interface NodeRepository extends JpaRepository<NodeEntity, UUID> {
// List<NodeEntity> findAllByIssue(IssueEntity issue, Sort sort);

List<NodeEntity> findAllByIssueId(UUID issueId);
}

0 comments on commit a74dc8e

Please sign in to comment.