Emily-Jiang / microprofile.config.incubator

Apache License 2.0
0 stars 2 forks source link

ConfigBuilder.withSources should not use var-args #18

Closed tevans78 closed 8 years ago

tevans78 commented 8 years ago

ConfigBuilder withSources(ConfigSources... sources); ConfigSources is already a collection.

Emily-Jiang commented 8 years ago

updated