Project

General

Profile

« Previous | Next » 

Revision 7810

adding ability to remove event from the [error] queue.

View differences:

IndexEventFileLog.java
23 23

  
24 24
import java.io.File;
25 25
import java.io.FileNotFoundException;
26
import java.io.FileOutputStream;
27 26
import java.io.IOException;
28 27
import java.text.DateFormat;
29 28
import java.text.ParseException;
......
33 32
import java.util.Vector;
34 33

  
35 34
import org.apache.commons.io.FileUtils;
36
import org.apache.commons.io.IOUtils;
37 35
import org.dataone.configuration.Settings;
38 36
import org.dataone.service.types.v1.Identifier;
39 37

  
......
183 181
           throw new IndexEventLogException("IndexEventFileLog.setLastProcessedDate - couldn't set the last processed date :", e);
184 182
        }
185 183
    }
184
    
185
	@Override
186
	public void remove(String identifier) throws IndexEventLogException {
187
		// TODO Auto-generated method stub
188
		
189
	}
186 190
}

Also available in: Unified diff