removed comments

This commit is contained in:
Michele Artini 2023-07-07 14:40:13 +02:00
parent 15118e2f18
commit 043cb4497a
1 changed files with 0 additions and 5 deletions

View File

@ -50,11 +50,6 @@ import eu.dnetlib.openaire.exporter.model.community.selectioncriteria.SelectionC
@ConditionalOnProperty(value = "openaire.exporter.enable.community", havingValue = "true")
public class CommunityService {
// #8835 reimplementation ot the community API
// #8854 compatibility with the context API
// #6483 post methods to add multiple projects/providers
// #3494 Move context profiles from IS to dedicated DBs
@Autowired
private DbCommunityRepository dbCommunityRepository;
@Autowired