Project

General

Profile

« Previous | Next » 

Revision 4e201def

Added by Andreas Müller about 8 years ago

Fix deduplication problem with list order #5652

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/agent/Team.java
234 234
		}
235 235
	}
236 236

  
237
    public boolean replaceTeamMember(Person newObject, Person oldObject){
238
        return replaceInList(this.teamMembers, newObject, oldObject);
239
    }
240

  
237 241

  
238 242
	/**
239 243
	 * Generates or returns the {@link TeamOrPersonBase#getnomenclaturalTitle() nomenclatural identification} string for <i>this</i> team.

Also available in: Unified diff