Skip to content

Commit

Permalink
Allow public for ConfigurableConfigSource.
Browse files Browse the repository at this point in the history
  • Loading branch information
radcortez committed Sep 23, 2020
1 parent 7bdf7a0 commit 02c6ed9
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -10,10 +10,10 @@

import org.eclipse.microprofile.config.spi.ConfigSource;

class ConfigurableConfigSource implements ConfigSource {
final ConfigSourceFactory factory;
public class ConfigurableConfigSource implements ConfigSource {
private final ConfigSourceFactory factory;

ConfigurableConfigSource(ConfigSourceFactory factory) {
public ConfigurableConfigSource(ConfigSourceFactory factory) {
this.factory = factory;
}

Expand Down

0 comments on commit 02c6ed9

Please sign in to comment.