Skip to content

Commit 2217368

Browse files
authored
Typo in spring property name (Azure#20820)
1 parent 153bcba commit 2217368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/spring/azure-spring-boot/src/main/java/com/azure/spring/autoconfigure/jms/AzureServiceBusJMSProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public void validate() {
7373
}
7474

7575
if (!pricingTier.matches("(?i)premium|standard|basic")) {
76-
throw new IllegalArgumentException("'spring.jms.servicebus.pricing-tire' is not valid");
76+
throw new IllegalArgumentException("'spring.jms.servicebus.pricing-tier' is not valid");
7777
}
7878
}
7979
}

0 commit comments

Comments
 (0)