mirror of
https://github.com/google/nomulus.git
synced 2025-04-30 12:07:51 +02:00
Fix build warning (#1565)
This commit is contained in:
parent
b5480185f1
commit
d9c7a9e9f5
1 changed files with 0 additions and 1 deletions
|
@ -277,7 +277,6 @@ public class RdeIO {
|
||||||
tm().transact(
|
tm().transact(
|
||||||
() -> {
|
() -> {
|
||||||
PendingDeposit key = input.getKey();
|
PendingDeposit key = input.getKey();
|
||||||
int revision = input.getValue();
|
|
||||||
Registry registry = Registry.get(key.tld());
|
Registry registry = Registry.get(key.tld());
|
||||||
Optional<Cursor> cursor =
|
Optional<Cursor> cursor =
|
||||||
transactIfJpaTm(
|
transactIfJpaTm(
|
||||||
|
|
Loading…
Add table
Reference in a new issue