Skip to content

Commit

Permalink
fixed build for java8
Browse files Browse the repository at this point in the history
  • Loading branch information
Luigi R. Viggiano committed Jul 24, 2014
1 parent 76b9af3 commit 06507ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion owner/src/main/java/org/aeonbits/owner/loaders/Loader.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public interface Loader extends Serializable {
* @since 1.0.5
* @param result the resulting properties where to load the {@link InputStream input}
* @param input the {@link InputStream} from where to load the properties.
* @throws java.io.IOException if there is some I/O error during the load.
* @throws java.io.ConfigurationSourceNotFoundException if the configuration file was not found.
*/
void load(Properties result, URI input) throws ConfigurationSourceNotFoundException;

Expand Down

0 comments on commit 06507ae

Please sign in to comment.