Skip to content

Commit

Permalink
remove config warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nr23730 committed Feb 29, 2024
1 parent 53a7e35 commit 6986743
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ public ConfigurationLoader() {
* @param cls Class of POJO representing the yaml file.
* @return Initialized object of POJO with values from yml and environment
*/
@SuppressWarnings("null")
public <T> T loadConfiguration(InputStream config, Class<T> cls) {
try {
String contents = this.stringSubstitutor
Expand Down

0 comments on commit 6986743

Please sign in to comment.