Skip to content

Commit 23fb8b8

Browse files
committed
DS-1208: Remove obsolete OutputSet constructor
Signed-off-by: Benjamin Rögner <benjamin.roegner@here.com>
1 parent 3327e24 commit 23fb8b8

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

  • xyz-jobs/xyz-job-steps/src/main/java/com/here/xyz/jobs/steps

xyz-jobs/xyz-job-steps/src/main/java/com/here/xyz/jobs/steps/Step.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -703,11 +703,6 @@ public OutputSet(String name, Visibility visibility, boolean modelBased) {
703703
this.modelBased = modelBased;
704704
}
705705

706-
public OutputSet(String name, String stepId, Visibility visibility, boolean modelBased) {
707-
this(name, visibility, modelBased);
708-
this.stepId = stepId;
709-
}
710-
711706
public OutputSet(OutputSet other, String jobId, Visibility visibility) {
712707
this(other.name, visibility, other.fileSuffix);
713708
this.modelBased = other.modelBased;

0 commit comments

Comments
 (0)