Fix dspace-api module per new code style

This commit is contained in:
Tim Donohue
2018-02-14 10:53:46 -06:00
parent 8ffc97f7f9
commit 8a48f782ea
1051 changed files with 53347 additions and 63373 deletions

View File

@@ -17,7 +17,7 @@ import org.dspace.core.Context;
*
* @author Kevin Van de Velde (kevin at atmire dot com)
*/
public class SolrServiceIndexOutputPlugin implements SolrServiceIndexPlugin{
public class SolrServiceIndexOutputPlugin implements SolrServiceIndexPlugin {
@Override
public void additionalIndex(Context context, DSpaceObject dso, SolrInputDocument document) {