Skip to content

Commit

Permalink
Merge pull request #154 from scalecube/make-mapper-public
Browse files Browse the repository at this point in the history
Made SystemEnvironmentVariablesConfigSource.Mapper public
  • Loading branch information
artem-v authored Mar 13, 2020
2 parents 523ed87 + 04dd026 commit 9516751
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public Map<String, ConfigProperty> loadConfig() {
}

// Stores mapping between environemnt variable name and corresponding system property name.
interface Mapper {
public interface Mapper {

Mapper map(String src, String dst);
}
Expand Down

0 comments on commit 9516751

Please sign in to comment.