Skip to content

Commit

Permalink
removed wildcard import
Browse files Browse the repository at this point in the history
  • Loading branch information
Vidal322 committed Nov 16, 2024
1 parent 5d48b9d commit 31192c8
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ import org.springframework.beans.factory.annotation.Autowired
import org.springframework.stereotype.Component
import pt.up.fe.ni.website.backend.config.Logging
import pt.up.fe.ni.website.backend.model.Project
import pt.up.fe.ni.website.backend.repository.*
import pt.up.fe.ni.website.backend.repository.AccountRepository
import pt.up.fe.ni.website.backend.repository.CustomWebsiteRepository
import pt.up.fe.ni.website.backend.repository.PerActivityRoleRepository
import pt.up.fe.ni.website.backend.repository.ProjectRepository
import pt.up.fe.ni.website.backend.repository.TimeLineEventRepository

@Component
class ProjectSeeder(
Expand Down

0 comments on commit 31192c8

Please sign in to comment.