diff --git a/core/src/main/java/google/registry/tools/CreateRegistrarGroupsCommand.java b/core/src/main/java/google/registry/tools/CreateRegistrarGroupsCommand.java index 65bfbc133..1128bea5a 100644 --- a/core/src/main/java/google/registry/tools/CreateRegistrarGroupsCommand.java +++ b/core/src/main/java/google/registry/tools/CreateRegistrarGroupsCommand.java @@ -27,9 +27,7 @@ import java.io.IOException; import java.util.ArrayList; import java.util.List; -/** - * Command to create groups in Google Groups for all contact types for a registrar. - */ +/** Command to create groups in Google Groups for all contact types for a registrar. */ @Parameters(separators = " =", commandDescription = "Create groups for a registrar.") public class CreateRegistrarGroupsCommand extends ConfirmingCommand implements CommandWithConnection, CommandWithRemoteApi { diff --git a/core/src/main/java/google/registry/tools/SetDatabaseTransitionScheduleCommand.java b/core/src/main/java/google/registry/tools/SetDatabaseTransitionScheduleCommand.java index 55e0e35f5..6e5f13e43 100644 --- a/core/src/main/java/google/registry/tools/SetDatabaseTransitionScheduleCommand.java +++ b/core/src/main/java/google/registry/tools/SetDatabaseTransitionScheduleCommand.java @@ -31,7 +31,8 @@ import org.joda.time.DateTime; @Parameters( separators = " =", commandDescription = "Set the database transition schedule for transition id.") -public class SetDatabaseTransitionScheduleCommand extends ConfirmingCommand { +public class SetDatabaseTransitionScheduleCommand extends ConfirmingCommand + implements CommandWithRemoteApi { @Parameter( names = "--transition_schedule",