Skip to content

Commit 4323f15

Browse files
authored
Merge pull request #148 from offa/deprecated_ctor
Use the non-deprecated ctor
2 parents 1aa9a3b + 6e2daaf commit 4323f15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/jenkinsci/plugins/parameterizedscheduler/ParameterizedSchedulerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ public void nullValueCreated() throws Exception {
144144
private static class NullParameterDefinition extends ParameterDefinition {
145145

146146
public NullParameterDefinition(@NonNull String name) {
147-
super(name, null);
147+
super(name);
148148
}
149149

150150
@CheckForNull

0 commit comments

Comments
 (0)