Project

General

Profile

« Previous | Next » 

Revision 625c14de

Added by Andreas Müller about 5 years ago

cleanup

View differences:

cdmlib-services/src/main/java/eu/etaxonomy/cdm/api/service/name/TypeDesignationSetManager.java
277 277
        @Override
278 278
        public int compare(TypedEntityReference<?> o1, TypedEntityReference<?> o2) {
279 279

  
280
            Class type1 = o1.getType();
281
            Class type2 = o2.getType();
280
            Class<?> type1 = o1.getType();
281
            Class<?> type2 = o2.getType();
282 282

  
283 283
            if(!type1.equals(type2)) {
284 284
                if(type1.equals(FieldUnit.class) || type2.equals(FieldUnit.class)){

Also available in: Unified diff