You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: int-aws-support/src/main/java/org/springframework/integration/aws/config/xml/XmlBeanDefinitionBuilder.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -149,9 +149,9 @@ public XmlBeanDefinitionBuilder setIfExclusiveAttributeDefined(String attribute1
149
149
varvalue2 = element.getAttribute(attribute2);
150
150
if (StringUtils.hasText(value1) && StringUtils.hasText(value2)) {
151
151
error(attribute1 + " and " + attribute2 + " attributes are mutually exclusive");
0 commit comments