Skip to content

Commit

Permalink
Returning null as javadoc API mentions
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed May 31, 2016
1 parent 1484f08 commit 18882db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public ConfigurationElement getConfigurationElement(final String configElement)
}
}

throw new RuntimeException("Configuration '" + configElement + "' not found");
return null;
}

@Override
Expand Down

0 comments on commit 18882db

Please sign in to comment.