Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
dsmiley committed Sep 11, 2023
1 parent a0e12f1 commit ce4e999
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,8 @@ protected long getConfigVersion(SolrCore core) {
*
* @return The loaded {@link ElevationProvider}; not null.
*/
protected ElevationProvider loadElevationProvider(SolrCore core) throws IOException, SAXException {
protected ElevationProvider loadElevationProvider(SolrCore core)
throws IOException, SAXException {
Document xmlDocument;
try {
xmlDocument = SafeXMLParsing.parseConfigXML(log, core.getResourceLoader(), configFileName);
Expand Down

0 comments on commit ce4e999

Please sign in to comment.