Skip to content
Snippets Groups Projects
Commit 293362c2 authored by jakubs's avatar jakubs
Browse files

change error for retriable error in getting last modification change

SVN: 26634
parent ae2f4deb
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,8 @@ public final class RemoteDirectoryCopyActivitySensor extends AbstractCopyActivit
return StatusWithResult.create(lastChanged);
} catch (UnknownLastChangedException ex)
{
return StatusWithResult.<Long> createError("Cannot determine time of last change of "
return StatusWithResult
.<Long> createRetriableError("Cannot determine time of last change of "
+ getTargetDescription());
}
}
......
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