Skip to content

Commit

Permalink
fix: Fix after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
vincenzo-ingenito committed Sep 26, 2024
1 parent 7c5a2f9 commit 4e0bc72
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@
import java.util.Date;
import java.util.List;

import javax.lang.model.util.Elements;

import org.jsoup.Jsoup;
import org.jsoup.nodes.Element;
import org.jsoup.select.Elements;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.util.CollectionUtils;
Expand Down

0 comments on commit 4e0bc72

Please sign in to comment.