Remove commented out methods

This commit is contained in:
Tim Donohue
2014-08-11 16:46:30 -05:00
parent b4d29095ab
commit d2c60e086b

View File

@@ -21,11 +21,6 @@ import org.dspace.event.Event;
public class MockIndexEventConsumer
extends MockUp<IndexEventConsumer>
{
//public void initialize() throws Exception {
//do nothing
//}
@Mock
public void consume(Context ctx, Event event) throws Exception {
//do nothing - Solr is not running during unit testing, so we cannot index test content in Solr
@@ -35,8 +30,4 @@ public class MockIndexEventConsumer
public void end(Context ctx) throws Exception {
//do nothing - Solr is not running during unit testing, so we cannot index test content in Solr
}
//public void finish(Context ctx) throws Exception {
//do nothing
//}
}