Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-46064] removed a todo that is done
  • Loading branch information
rsandell committed Aug 18, 2017
1 parent c21c3d6 commit 6d88745
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -52,7 +52,6 @@ public class ChangeLogConditional extends DeclarativeStageConditional<ChangeLogC

@DataBoundConstructor
public ChangeLogConditional(String pattern) {
//TODO JENKINS-46065 validate the regexp when #179 is merged
this.pattern = Pattern.compile(pattern);
this.multiLinePattern = Pattern.compile(expandForMultiLine(pattern),
Pattern.MULTILINE | Pattern.DOTALL);
Expand Down

0 comments on commit 6d88745

Please sign in to comment.