Skip to content

Commit 7b58718

Browse files
author
Dave Syer
committed
Add missing YAML file for test
1 parent 4e1245d commit 7b58718

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

spring-boot-tools/spring-boot-loader/src/main/java/org/springframework/boot/loader/PropertiesLauncher.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,6 @@ private void addParentClassLoaderEntries(List<Archive> lib) throws IOException,
478478
URISyntaxException {
479479
ClassLoader parentClassLoader = getClass().getClassLoader();
480480
if (parentClassLoader instanceof URLClassLoader) {
481-
@SuppressWarnings("resource")
482481
URLClassLoader urlClassLoader = (URLClassLoader) parentClassLoader;
483482
for (URL url : urlClassLoader.getURLs()) {
484483
if (url.toString().endsWith(".jar") || url.toString().endsWith(".zip")) {
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
mymap:
2+
? key1.key2
3+
: value12
4+
? key3
5+
: value3

0 commit comments

Comments
 (0)