Skip to content

Commit

Permalink
Merge branch 'SRU2023' of github.com:prowide/prowide-core into SRU2023
Browse files Browse the repository at this point in the history
  • Loading branch information
zubri committed May 31, 2023
2 parents 59c4b61 + 07e1653 commit a0e7c9f
Show file tree
Hide file tree
Showing 17 changed files with 23 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ public void updateFromFIN(final String fin, final MessageMetadataStrategy metada
@Deprecated
@ProwideDeprecated(phase4 = TargetYear.SRU2024)
public void updateFromFIN() {
DeprecationUtils.phase2(getClass(), "updateFromFIN()", "Use updateFromFIN(String) instead");
DeprecationUtils.phase3(getClass(), "updateFromFIN()", "Use updateFromFIN(String) instead");
updateFromMessage();
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public static List<String> currencyStrings(final Field f) {
@Deprecated
@ProwideDeprecated(phase4= TargetYear.SRU2024)
public static List<String> resolveComponentsPattern(String pattern, List<String> components) {
DeprecationUtils.phase2(CurrencyResolver.class, "resolveComponentsPattern", "Use currencyStrings instead");
DeprecationUtils.phase3(CurrencyResolver.class, "resolveComponentsPattern", "Use currencyStrings instead");
return ResolverUtils.findWantedType(pattern, 'C', components);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ public String getValue() {
@ProwideDeprecated(phase4 = TargetYear.SRU2024)
@Override
public final String componentsPattern() {
DeprecationUtils.phase2(getClass(), "componentsPattern()", "Use typesPattern() instead.");
DeprecationUtils.phase3(getClass(), "componentsPattern()", "Use typesPattern() instead.");
return typesPattern();
}

Expand Down Expand Up @@ -391,7 +391,7 @@ public com.prowidesoftware.swift.model.BIC getIdentifierCodeAsBIC() {
@Deprecated
@ProwideDeprecated(phase4 = TargetYear.SRU2024)
public String getBIC() {
DeprecationUtils.phase2(getClass(), "getBIC()", "Use getIdentifierCode() instead.");
DeprecationUtils.phase3(getClass(), "getBIC()", "Use getIdentifierCode() instead.");
return getIdentifierCode();
}

Expand All @@ -401,7 +401,7 @@ public String getBIC() {
@Deprecated
@ProwideDeprecated(phase4 = TargetYear.SRU2024)
public com.prowidesoftware.swift.model.BIC getBICAsBIC() {
DeprecationUtils.phase2(getClass(), "getBICAsBIC()", "Use getIdentifierCodeAsBIC() instead.");
DeprecationUtils.phase3(getClass(), "getBICAsBIC()", "Use getIdentifierCodeAsBIC() instead.");
return getIdentifierCodeAsBIC();
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ public String getValueDisplay(int component, Locale locale) {
@ProwideDeprecated(phase4 = TargetYear.SRU2024)
@Override
public final String componentsPattern() {
DeprecationUtils.phase2(getClass(), "componentsPattern()", "Use typesPattern() instead.");
DeprecationUtils.phase3(getClass(), "componentsPattern()", "Use typesPattern() instead.");
return typesPattern();
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public String getValueDisplay(int component, Locale locale) {
@ProwideDeprecated(phase4 = TargetYear.SRU2024)
@Override
public final String componentsPattern() {
DeprecationUtils.phase2(getClass(), "componentsPattern()", "Use typesPattern() instead.");
DeprecationUtils.phase3(getClass(), "componentsPattern()", "Use typesPattern() instead.");
return typesPattern();
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ public String getValueDisplay(int component, Locale locale) {
@ProwideDeprecated(phase4 = TargetYear.SRU2024)
@Override
public final String componentsPattern() {
DeprecationUtils.phase2(getClass(), "componentsPattern()", "Use typesPattern() instead.");
DeprecationUtils.phase3(getClass(), "componentsPattern()", "Use typesPattern() instead.");
return typesPattern();
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ public String getValueDisplay(int component, Locale locale) {
@ProwideDeprecated(phase4 = TargetYear.SRU2024)
@Override
public final String componentsPattern() {
DeprecationUtils.phase2(getClass(), "componentsPattern()", "Use typesPattern() instead.");
DeprecationUtils.phase3(getClass(), "componentsPattern()", "Use typesPattern() instead.");
return typesPattern();
}

Expand Down Expand Up @@ -330,7 +330,7 @@ public String getIdentifierCode() {
@Deprecated
@ProwideDeprecated(phase4 = TargetYear.SRU2024)
public String getBIC() {
DeprecationUtils.phase2(getClass(), "getBIC()", "Use getIdentifierCode() instead.");
DeprecationUtils.phase3(getClass(), "getBIC()", "Use getIdentifierCode() instead.");
return getIdentifierCode();
}

Expand All @@ -348,7 +348,7 @@ public com.prowidesoftware.swift.model.BIC getIdentifierCodeAsBIC() {
@Deprecated
@ProwideDeprecated(phase4 = TargetYear.SRU2024)
public com.prowidesoftware.swift.model.BIC getBICAsBIC() {
DeprecationUtils.phase2(getClass(), "getBICAsBIC()", "Use getIdentifierCodeAsBIC() instead.");
DeprecationUtils.phase3(getClass(), "getBICAsBIC()", "Use getIdentifierCodeAsBIC() instead.");
return getIdentifierCodeAsBIC();
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ public String getValueDisplay(int component, Locale locale) {
@ProwideDeprecated(phase4 = TargetYear.SRU2024)
@Override
public final String componentsPattern() {
DeprecationUtils.phase2(getClass(), "componentsPattern()", "Use typesPattern() instead.");
DeprecationUtils.phase3(getClass(), "componentsPattern()", "Use typesPattern() instead.");
return typesPattern();
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public String getValueDisplay(int component, Locale locale) {
@ProwideDeprecated(phase4 = TargetYear.SRU2024)
@Override
public final String componentsPattern() {
DeprecationUtils.phase2(getClass(), "componentsPattern()", "Use typesPattern() instead.");
DeprecationUtils.phase3(getClass(), "componentsPattern()", "Use typesPattern() instead.");
return typesPattern();
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ public String getValueDisplay(int component, Locale locale) {
@ProwideDeprecated(phase4 = TargetYear.SRU2024)
@Override
public final String componentsPattern() {
DeprecationUtils.phase2(getClass(), "componentsPattern()", "Use typesPattern() instead.");
DeprecationUtils.phase3(getClass(), "componentsPattern()", "Use typesPattern() instead.");
return typesPattern();
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public String getValueDisplay(int component, Locale locale) {
@ProwideDeprecated(phase4 = TargetYear.SRU2024)
@Override
public final String componentsPattern() {
DeprecationUtils.phase2(getClass(), "componentsPattern()", "Use typesPattern() instead.");
DeprecationUtils.phase3(getClass(), "componentsPattern()", "Use typesPattern() instead.");
return typesPattern();
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ public String getValueDisplay(int component, Locale locale) {
@ProwideDeprecated(phase4 = TargetYear.SRU2024)
@Override
public final String componentsPattern() {
DeprecationUtils.phase2(getClass(), "componentsPattern()", "Use typesPattern() instead");
DeprecationUtils.phase3(getClass(), "componentsPattern()", "Use typesPattern() instead");
return typesPattern();
}

Expand Down Expand Up @@ -326,7 +326,7 @@ public BIC getIdentifierCodeAsBIC() {
@Deprecated
@ProwideDeprecated(phase4 = TargetYear.SRU2024)
public String getBIC() {
DeprecationUtils.phase2(getClass(), "getBIC()", "Use getIdentifierCode() instead");
DeprecationUtils.phase3(getClass(), "getBIC()", "Use getIdentifierCode() instead");
return getIdentifierCode();
}

Expand All @@ -336,7 +336,7 @@ public String getBIC() {
@Deprecated
@ProwideDeprecated(phase4 = TargetYear.SRU2024)
public BIC getBICAsBIC() {
DeprecationUtils.phase2(getClass(), "getBICAsBIC()", "Use getIdentifierCodeAsBIC() instead");
DeprecationUtils.phase3(getClass(), "getBICAsBIC()", "Use getIdentifierCodeAsBIC() instead");
return getIdentifierCodeAsBIC();
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ public String getValueDisplay(int component, Locale locale) {
@ProwideDeprecated(phase4 = TargetYear.SRU2024)
@Override
public final String componentsPattern() {
DeprecationUtils.phase2(getClass(), "componentsPattern()", "Use typesPattern() instead.");
DeprecationUtils.phase3(getClass(), "componentsPattern()", "Use typesPattern() instead.");
return typesPattern();
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ public String getValueDisplay(int component, Locale locale) {
@ProwideDeprecated(phase4 = TargetYear.SRU2024)
@Override
public final String componentsPattern() {
DeprecationUtils.phase2(getClass(), "componentsPattern()", "Use typesPattern() instead.");
DeprecationUtils.phase3(getClass(), "componentsPattern()", "Use typesPattern() instead.");
return typesPattern();
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ public String getValueDisplay(int component, Locale locale) {
@ProwideDeprecated(phase4 = TargetYear.SRU2024)
@Override
public final String componentsPattern() {
DeprecationUtils.phase2(getClass(), "componentsPattern()", "Use typesPattern() instead.");
DeprecationUtils.phase3(getClass(), "componentsPattern()", "Use typesPattern() instead.");
return typesPattern();
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ public String getValueDisplay(int component, Locale locale) {
@ProwideDeprecated(phase4 = TargetYear.SRU2024)
@Override
public final String componentsPattern() {
DeprecationUtils.phase2(getClass(), "componentsPattern()", "Use typesPattern() instead.");
DeprecationUtils.phase3(getClass(), "componentsPattern()", "Use typesPattern() instead.");
return typesPattern();
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public String getValue() {
@ProwideDeprecated(phase4 = TargetYear.SRU2024)
@Override
public final String componentsPattern() {
DeprecationUtils.phase2(getClass(), "componentsPattern()", "Use typesPattern() instead.");
DeprecationUtils.phase3(getClass(), "componentsPattern()", "Use typesPattern() instead.");
return typesPattern();
}

Expand Down

0 comments on commit a0e7c9f

Please sign in to comment.