Polish "Fix exception type documented by resolveConfigLocation"

This removes the throws entry altogether as we don't usually document
such exception.

See gh-51175
This commit is contained in:
Stéphane Nicoll
2026-08-05 11:38:43 +02:00
parent 010bc3c307
commit 481f6f03fe
@@ -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;