Skip to content

Commit

Permalink
Merge pull request #41 from jglick/initViews-no-save
Browse files Browse the repository at this point in the history
[JENKINS-33479] [JENKINS-33480] Avoid calling `save` from within our own constructor
  • Loading branch information
jglick committed Mar 16, 2016
2 parents 8669336 + 2be74ab commit 4d316b9
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -230,7 +230,6 @@ protected void primaryView(String name) {
protected void initViews(List<View> views) throws IOException {
AllView v = new AllView("All", this);
views.add(v);
v.save();
}

@Override
Expand Down

0 comments on commit 4d316b9

Please sign in to comment.