Add missing YAML file for test

This commit is contained in:
Dave Syer 2014-01-08 07:30:31 +00:00
parent 4e1245d9ee
commit 7b58718453
2 changed files with 5 additions and 1 deletions

View File

@ -478,7 +478,6 @@ public class PropertiesLauncher extends Launcher {
URISyntaxException {
ClassLoader parentClassLoader = getClass().getClassLoader();
if (parentClassLoader instanceof URLClassLoader) {
@SuppressWarnings("resource")
URLClassLoader urlClassLoader = (URLClassLoader) parentClassLoader;
for (URL url : urlClassLoader.getURLs()) {
if (url.toString().endsWith(".jar") || url.toString().endsWith(".zip")) {

View File

@ -0,0 +1,5 @@
mymap:
? key1.key2
: value12
? key3
: value3