Skip to content

Commit

Permalink
Merge pull request #629 from mswatosh/checkstyle
Browse files Browse the repository at this point in the history
Removing import for checkstyle
  • Loading branch information
KyleAure authored Apr 3, 2024
2 parents aa3df62 + d2ecf78 commit 63a0559
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
import jakarta.data.repository.Repository;
import jakarta.data.repository.Save;
import jakarta.data.repository.Update;
import ee.jakarta.tck.data.standalone.persistence.Product.Department;

@Repository
public interface Catalog extends DataRepository<Product, String> {
Expand Down

0 comments on commit 63a0559

Please sign in to comment.