mirror of
https://github.com/google/nomulus.git
synced 2025-05-13 07:57:13 +02:00
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:
parent
40fa9ff022
commit
924e5e3e3a
2 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue