mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
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:
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user