akmhoque / libjoe

Automatically exported from code.google.com/p/libjoe
1 stars 0 forks source link

bootstrap property suppliers should be Supplier<Iterable<Map>>, not Iterable<Supplier> #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
This allows lazy loading of files based on properties already loaded, so that 
we can pick up an <env>.properties file based on an env defined in 
user.properties.

Original issue reported on code.google.com by joe.j.kearney on 26 Jan 2011 at 10:54