mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 10:04:21 +00:00
Fixing checkstyle warnings
This commit is contained in:
@@ -13,8 +13,6 @@ import java.io.FileInputStream;
|
||||
import java.io.FileWriter;
|
||||
import java.io.IOException;
|
||||
import java.io.InputStream;
|
||||
import java.io.Writer;
|
||||
import java.nio.Buffer;
|
||||
import java.sql.SQLException;
|
||||
import java.text.SimpleDateFormat;
|
||||
import java.util.ArrayList;
|
||||
|
@@ -191,6 +191,6 @@ public interface ProcessService {
|
||||
public List<String> getFileTypesForProcessBitstreams(Context context, Process process);
|
||||
|
||||
void appendLog(int processId, String scriptName, String output, ProcessLogLevel processLogLevel) throws IOException;
|
||||
void createLogBitstream(Context context, Process process)
|
||||
void createLogBitstream(Context context, Process process)
|
||||
throws IOException, SQLException, AuthorizeException;
|
||||
}
|
||||
|
Reference in New Issue
Block a user