for(Map.Entry<Number640, Byte> entry:result2.entrySet()) {
notifyRemoveResponsibility(entry.getKey().locationKey(), PutStatus.values()[entry.getValue()]);
}
// make a copy, so the iterator in the codec wont conflict with
// concurrent calls
responseMessage.keyMapByte(new KeyMapByte(result2));
} else {
for(Map.Entry<Number640, Data> entry:result1.entrySet()) {
notifyRemoveResponsibility(entry.getKey().locationKey(), PutStatus.OK);
}
// make a copy, so the iterator in the codec wont conflict with