Order modifiers according to JLS recommendation
Change-Id: I7e70be66448234a27e0fe76a77b98df6d67417de
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user