Project

General

Profile

« Previous | Next » 

Revision 53a122e4

Added by Andreas Müller over 7 years ago

fix #6120 Cleanup uuidAndTitleCache methods

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/dataimport/transientServices/TransientClassificationService.java
1070 1070
		return null;
1071 1071
	}
1072 1072

  
1073
	@Override
1074
	public <S extends Classification> List<UuidAndTitleCache<S>> getUuidAndTitleCache(
1075
			Class<S> arg0, Integer arg1, String arg2) {
1076
		// TODO Auto-generated method stub
1077
		return null;
1078
	}
1079

  
1073 1080
   
1074 1081

  
1075 1082

  

Also available in: Unified diff