Skip to content
Snippets Groups Projects
Commit 3d211d3b authored by brinn's avatar brinn
Browse files

doc: improve Javadoc

SVN: 7023
parent d291cece
No related branches found
No related tags found
No related merge requests found
...@@ -73,7 +73,9 @@ public class CopyActivityMonitor ...@@ -73,7 +73,9 @@ public class CopyActivityMonitor
/** /**
* Creates a monitor. * Creates a monitor.
* *
* @param destinationStore The file store to monitor for write access. * @param destinationStore The file store to monitor for write access. Note that this store
* needs to detect and signal time out conditions itself. <i>If an operation on this
* store hangs, then the CopyActivityMonitor hangs, too!</i>
* @param copyProcess The {@link ITerminable} representing the copy process. This will get * @param copyProcess The {@link ITerminable} representing the copy process. This will get
* terminated if the copy process gets stuck. * terminated if the copy process gets stuck.
* @param timingParameters The {@link ITimingParameters} to get the check interval and the * @param timingParameters The {@link ITimingParameters} to get the check interval and the
......
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