Fix a few stylistic issues in preparation for Checkstyle addition

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=230524735
This commit is contained in:
gbrodman 2019-01-23 07:18:45 -08:00 committed by jianglai
parent 2c2b1da836
commit 701ebc6a28
8 changed files with 25 additions and 13 deletions

View file

@ -51,7 +51,7 @@ final class UpdateServerLocksCommand extends MutatingEppToolCommand {
names = {"-a", "--apply"},
description = "Comma-delimited set of locks to apply (or 'all'). "
+ "Valid locks: serverDeleteProhibited, serverHold, serverRenewProhibited, "
+ "serverTransferProhibited, serverUpdateProhibited" )
+ "serverTransferProhibited, serverUpdateProhibited")
private List<String> locksToApply = new ArrayList<>();
@Parameter(