Commit 5e1a69e9 authored by Phillip Webb's avatar Phillip Webb

Polish

parent 4fba7d0c
...@@ -93,7 +93,7 @@ class ConfigDataEnvironment { ...@@ -93,7 +93,7 @@ class ConfigDataEnvironment {
locations.add(ConfigDataLocation.of("optional:file:./config/")); locations.add(ConfigDataLocation.of("optional:file:./config/"));
locations.add(ConfigDataLocation.of("optional:file:./config/*/")); locations.add(ConfigDataLocation.of("optional:file:./config/*/"));
DEFAULT_SEARCH_LOCATIONS = locations.toArray(new ConfigDataLocation[0]); DEFAULT_SEARCH_LOCATIONS = locations.toArray(new ConfigDataLocation[0]);
}; }
private static final ConfigDataLocation[] EMPTY_LOCATIONS = new ConfigDataLocation[0]; private static final ConfigDataLocation[] EMPTY_LOCATIONS = new ConfigDataLocation[0];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment