Schema_120: Remove superfluous semicolon
Change-Id: I29c5b87f3da56ced961357267767ba8c8e8ab0d3
This commit is contained in:
		@@ -97,7 +97,7 @@ public class Schema_120 extends SchemaVersion {
 | 
				
			|||||||
            + "super_project_branch_name, "
 | 
					            + "super_project_branch_name, "
 | 
				
			||||||
            + "submodule_project_name, "
 | 
					            + "submodule_project_name, "
 | 
				
			||||||
            + "submodule_branch_name "
 | 
					            + "submodule_branch_name "
 | 
				
			||||||
            + "FROM submodule_subscriptions");) {
 | 
					            + "FROM submodule_subscriptions")) {
 | 
				
			||||||
      while (rs.next()) {
 | 
					      while (rs.next()) {
 | 
				
			||||||
        Project.NameKey superproject = new Project.NameKey(rs.getString(1));
 | 
					        Project.NameKey superproject = new Project.NameKey(rs.getString(1));
 | 
				
			||||||
        Branch.NameKey superbranch = new Branch.NameKey(superproject,
 | 
					        Branch.NameKey superbranch = new Branch.NameKey(superproject,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user