mirror of
https://github.com/google/nomulus
synced 2026-07-26 18:12:38 +00:00
Replace com.google.common.base.Function with java.util.function.Function
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=179249159
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
package google.registry.request;
|
||||
|
||||
import com.google.auto.value.AutoValue;
|
||||
import com.google.common.base.Function;
|
||||
import java.util.function.Function;
|
||||
|
||||
/**
|
||||
* Mapping of an {@link Action} to a {@link Runnable} instantiator for request handling.
|
||||
|
||||
Reference in New Issue
Block a user