Skip to content

Commit

Permalink
CodeGen update
Browse files Browse the repository at this point in the history
  • Loading branch information
ptorres-prowide committed May 4, 2023
1 parent 60fcadb commit 5f06251
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -845,7 +845,6 @@ public static List<SequenceA> getSequenceAList(final SwiftTagListBlock parentSeq
@com.prowidesoftware.deprecation.ProwideDeprecated(phase3=com.prowidesoftware.deprecation.TargetYear.SRU2024)
public static class SequenceA extends SwiftTagListBlock {
private SequenceA(final Loop1 content) {
com.prowidesoftware.deprecation.DeprecationUtils.phase2(this.getClass(), "SequenceA(Loop1)", "Use Loop1() instead");
super(content.getTags());
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,6 @@ public static List<SequenceA> getSequenceAList(final SwiftTagListBlock parentSeq
@com.prowidesoftware.deprecation.ProwideDeprecated(phase3=com.prowidesoftware.deprecation.TargetYear.SRU2024)
public static class SequenceA extends SwiftTagListBlock {
private SequenceA(final Loop1 content) {
com.prowidesoftware.deprecation.DeprecationUtils.phase2(this.getClass(), "SequenceA(Loop1)", "Use Loop1() instead");
super(content.getTags());
}
}
Expand Down

0 comments on commit 5f06251

Please sign in to comment.