if ( changeSet.getDate().after( date ) )
{
changeSet.setDate( date );
}
// Add the new ChangeFile
changeSet.addFile( changeFile );
// Update the changeSetHash
changeSetHash.put( cpid, changeSet );
}
else // Create a new ChangeSet grouping and add the ChangeFile
{