Merge "Merge branch 'stable-2.7'"
This commit is contained in:
		@@ -86,7 +86,7 @@ public abstract class DownloadCommandLink extends Anchor implements ClickHandler
 | 
				
			|||||||
      String projectName;
 | 
					      String projectName;
 | 
				
			||||||
      String ref;
 | 
					      String ref;
 | 
				
			||||||
      public RepoCommandLink(String project, String ref) {
 | 
					      public RepoCommandLink(String project, String ref) {
 | 
				
			||||||
        super(DownloadCommand.REPO_DOWNLOAD, "checkout");
 | 
					        super(DownloadCommand.REPO_DOWNLOAD, "repo download");
 | 
				
			||||||
        this.projectName = project;
 | 
					        this.projectName = project;
 | 
				
			||||||
        this.ref = ref;
 | 
					        this.ref = ref;
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user