diff --git a/module/spring-boot-hazelcast/src/main/java/org/springframework/boot/hazelcast/autoconfigure/HazelcastProperties.java b/module/spring-boot-hazelcast/src/main/java/org/springframework/boot/hazelcast/autoconfigure/HazelcastProperties.java index 4d2ee5d6633..ade575c0899 100644 --- a/module/spring-boot-hazelcast/src/main/java/org/springframework/boot/hazelcast/autoconfigure/HazelcastProperties.java +++ b/module/spring-boot-hazelcast/src/main/java/org/springframework/boot/hazelcast/autoconfigure/HazelcastProperties.java @@ -47,7 +47,6 @@ public class HazelcastProperties { /** * Resolve the config location if set. * @return the location or {@code null} if it is not set - * @throws IllegalStateException if the config attribute is set to an unknown location */ public @Nullable Resource resolveConfigLocation() { Resource config = this.config;