Merge "Merge branch 'stable-2.7'"

This commit is contained in:
Edwin Kempin 2013-08-29 13:07:33 +00:00 committed by Gerrit Code Review
commit 3fc62772f4

View File

@ -86,7 +86,7 @@ public abstract class DownloadCommandLink extends Anchor implements ClickHandler
String projectName;
String ref;
public RepoCommandLink(String project, String ref) {
super(DownloadCommand.REPO_DOWNLOAD, "checkout");
super(DownloadCommand.REPO_DOWNLOAD, "repo download");
this.projectName = project;
this.ref = ref;
}