Skip to content

Commit a8b5ef8

Browse files
committed
feat: Implement rdap_query command
1 parent 87e025f commit a8b5ef8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

core/src/main/java/google/registry/tools/RdapQueryCommand.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
// In google.registry.tools.RdapQueryCommand.java
3030
// ...
3131
package google.registry.tools;
32+
33+
import static com.google.common.base.Preconditions.checkArgument;
34+
import static com.google.common.collect.ImmutableMap.toImmutableMap;
3235
import com.beust.jcommander.Parameter;
3336
import com.beust.jcommander.Parameters;
3437
import com.google.common.base.Ascii;

0 commit comments

Comments
 (0)