Skip to content

Commit

Permalink
Interpret block element
Browse files Browse the repository at this point in the history
Fixes pzygielo#1
  • Loading branch information
pzygielo committed Feb 24, 2018
1 parent 92f85e9 commit c4f296d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/main/java/org/jenkinsci/plugins/pitmutation/Mutation.java
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,13 @@ enum Status {
NO_COVERAGE
}

public void setBlock(@SuppressWarnings("unused") String ignored) {
}

public String getBlock() {
return null;
}

private boolean detected_;
private String status_;
private String file_;
Expand Down

0 comments on commit c4f296d

Please sign in to comment.