Skip to content

Commit

Permalink
Update HudsonStartupCause.java
Browse files Browse the repository at this point in the history
  • Loading branch information
lrobertson39 committed Oct 2, 2014
1 parent 50c3c41 commit 278880f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -7,7 +7,7 @@ public class HudsonStartupCause extends Cause {
private Node node;

public HudsonStartupCause(Node node) {
this.node = node
this.node = node;
}

@Override
Expand Down

0 comments on commit 278880f

Please sign in to comment.