Skip to content
Snippets Groups Projects
Commit fa788173 authored by cramakri's avatar cramakri
Browse files

LMS-2739 Use a pre-stage folder with hardlink copies for processing files.

SVN: 24216
parent 4e8af544
No related branches found
No related tags found
No related merge requests found
......@@ -24,9 +24,6 @@ package ch.systemsx.cisd.common.utilities;
*/
public interface IDelegatedActionWithResult<T>
{
// Execute the action regardless of whether or not the action succeeded
T execute();
// Execute the action, allowing the implementation to branch on whether or not the action
// succeeded
T execute(boolean didOperationSucceed);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment