Project

General

Profile

« Previous | Next » 

Revision 387c38e7

Added by Andreas Müller almost 6 years ago

cleanup

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/store/SearchManager.java
74 74
			return NO_RESULTS;
75 75
		}
76 76

  
77
		List<NameRelationship> relationships = new ArrayList<NameRelationship>();
77
		List<NameRelationship> relationships = new ArrayList<>();
78 78
		List<RelationshipBase> all = CdmStore.getService(INameService.class).getAllRelationships(0, 0);
79 79

  
80 80
		for (RelationshipBase relationship : all){
......
85 85
		return relationships;
86 86
	}
87 87

  
88
	public List<UuidAndTitleCache<IdentifiableEntity>> findTaxaAndNames(IFindTaxaAndNamesConfigurator<TaxonBase> configurator){
88
	public List<UuidAndTitleCache<? extends IdentifiableEntity>> findTaxaAndNames(IFindTaxaAndNamesConfigurator<TaxonBase> configurator){
89 89
		return CdmStore.getService(ITaxonService.class).findTaxaAndNamesForEditor(configurator);
90 90
	}
91 91

  

Also available in: Unified diff