Skip to content
Snippets Groups Projects
Commit a9a966a4 authored by felmer's avatar felmer
Browse files

SE-196 remove final modifier

SVN: 14608
parent d4a3d5dc
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ public abstract class AbstractPostRegistrationDataSetHandlerForFileBasedUndo imp
/**
* Returns the abstraction of file operations.
*/
protected final IFileOperations getFileOperations()
protected IFileOperations getFileOperations()
{
return fileOperations;
}
......@@ -63,7 +63,7 @@ public abstract class AbstractPostRegistrationDataSetHandlerForFileBasedUndo imp
/**
* Adds the specified file. In case of undo it will be deleted.
*/
protected final void addFileForUndo(File file)
protected void addFileForUndo(File file)
{
createdFiles.add(file);
}
......
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