Skip to content

Commit

Permalink
minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
justnoxx committed Sep 3, 2020
1 parent 1fc13b5 commit 2d63a98
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Expand Up @@ -42,11 +42,7 @@ public static CloudBeesFlowSCM build(Object obj) {
}
m.populate(obj);
CloudBeesFlowSCM retval = m.generate();
// m.populate(obj);
return retval;
//CloudBeesFlowSCM retval = new CloudBeesFlowSCM();
//retval.populate(obj);
//return retval;
}
}
}
Expand Down
Expand Up @@ -32,7 +32,6 @@ public void populate(Object obj) {
}
public CloudBeesFlowSCM generate () {
CloudBeesFlowSCM retval = new CloudBeesFlowSCM();
// retval.populate(obj);

// author
if (this.getAuthor() != null) {
Expand Down

0 comments on commit 2d63a98

Please sign in to comment.