Clean up one usage of ForeignKeyIndex.mapToFkiClass()

Followup to []

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=154361061
This commit is contained in:
nickfelt 2017-04-26 16:26:15 -07:00 committed by Ben McIlwain
parent 40fa9ff022
commit 924e5e3e3a
2 changed files with 7 additions and 7 deletions

View file

@ -136,7 +136,7 @@ public class DeleteProberDataAction implements Runnable {
}
final Key<EppResourceIndex> eppIndex = Key.create(EppResourceIndex.create(domainKey));
final Key<ForeignKeyIndex<?>> fki = ForeignKeyIndex.createKey(domain);
final Key<? extends ForeignKeyIndex<?>> fki = ForeignKeyIndex.createKey(domain);
int entitiesDeleted = ofy().transact(new Work<Integer>() {
@Override