Skip to content

Commit 651f4f7

Browse files
committed
Polish "Polish ImportCandidates"
See gh-33013
1 parent d7090b5 commit 651f4f7

File tree

1 file changed

+1
-2
lines changed
  • spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/annotation

1 file changed

+1
-2
lines changed

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/annotation/ImportCandidates.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,7 @@ private static Enumeration<URL> findUrlsInClasspath(ClassLoader classLoader, Str
9393
return classLoader.getResources(location);
9494
}
9595
catch (IOException ex) {
96-
throw new IllegalArgumentException("Failed to load configurations from location [" + location + "]",
97-
ex);
96+
throw new IllegalArgumentException("Failed to load configurations from location [" + location + "]", ex);
9897
}
9998
}
10099

0 commit comments

Comments
 (0)