Skip to content

Commit

Permalink
Fixed a merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
elecharny committed May 7, 2019
1 parent e3197fc commit c787edb
Showing 1 changed file with 0 additions and 17 deletions.
Expand Up @@ -164,23 +164,6 @@ private static SchemaLoader jarLdifSchemaLoader()
}
}


/*
* Static helper factory Create LDIF based SchemaLoader
*/
private static SchemaLoader jarLdifSchemaLoader()
{
try
{
return new JarLdifSchemaLoader();
}
catch ( LdapException | IOException e )
{
LOG.error( I18n.err( I18n.ERR_16080_SCHEMA_LOADER_CANT_BE_CREATED, e.getMessage() ) );
throw new RuntimeException( e.getMessage() );
}
}



/**
Expand Down

0 comments on commit c787edb

Please sign in to comment.