Skip to content
Snippets Groups Projects
Commit 2b9af97c authored by jakubs's avatar jakubs
Browse files

SP-45, BIS-21 add contructor with old signature

SVN: 25295
parent 8e09925f
No related branches found
No related tags found
No related merge requests found
...@@ -65,6 +65,12 @@ public final class FaultyPathDirectoryScanningHandler implements IDirectoryScann ...@@ -65,6 +65,12 @@ public final class FaultyPathDirectoryScanningHandler implements IDirectoryScann
private final IFaultyPathDirectoryScanningHandlerDelegate delegate; private final IFaultyPathDirectoryScanningHandlerDelegate delegate;
public FaultyPathDirectoryScanningHandler(final File faultyPathDirectory,
final IStopSignaler stopSignaler)
{
this(faultyPathDirectory, stopSignaler, null);
}
public FaultyPathDirectoryScanningHandler(final File faultyPathDirectory, public FaultyPathDirectoryScanningHandler(final File faultyPathDirectory,
final IStopSignaler stopSignaler, IFaultyPathDirectoryScanningHandlerDelegate delegate) final IStopSignaler stopSignaler, IFaultyPathDirectoryScanningHandlerDelegate delegate)
{ {
......
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