missing the return statement

This commit is contained in:
Kohsuke Kawaguchi
2010-12-16 15:31:29 -08:00
parent a827e51fa7
commit 13c9da9e91

View File

@@ -202,6 +202,7 @@ public class GHRepository {
f.getInputByName("name").setValueAttribute(newName);
f.submit((HtmlButton)f.getElementsByTagName("button").get(0));
name = newName;
return;
} catch (ElementNotFoundException e) {
// continue
}