mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-18 15:33:09 +00:00
Fix dspace-api module per new code style
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user