Skip to content

Commit

Permalink
fix javadoc for ConfigurationSource
Browse files Browse the repository at this point in the history
  • Loading branch information
norbertpotocki committed Jun 7, 2015
1 parent 0d486d8 commit 991d489
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/pl/nort/config/source/ConfigurationSource.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ public interface ConfigurationSource extends Refreshable {
Properties getConfiguration();

/**
* Get configuration set for a given environment from this source in a form of {@link Properties}.
* Get configuration set for a given {@code environment} from this source in a form of {@link Properties}.
* Provided {@link Environment} will be used to determine which environment to use.
*
* @param environment environment to use
* @return full configuration set
* @throws MissingEnvironmentException when requested environment couldn't be found
* @throws IllegalStateException when unable to fetch configuration
Expand Down

0 comments on commit 991d489

Please sign in to comment.