Order modifiers according to JLS recommendation

Change-Id: I7e70be66448234a27e0fe76a77b98df6d67417de
This commit is contained in:
David Pursehouse
2015-03-16 17:20:39 +09:00
parent 5ddffa0060
commit 8f2ced605b

View File

@@ -26,7 +26,7 @@ import org.kohsuke.args4j.Argument;
/** Create a new branch. **/
@CommandMetaData(name = "create-branch", description = "Create a new branch")
final public class CreateBranchCommand extends SshCommand {
public final class CreateBranchCommand extends SshCommand {
@Argument(index = 0, required = true, metaVar = "PROJECT", usage = "name of the project")
private ProjectControl project;