From 1f0b44fd35de37d581e4dde1fcc904fa9c470662 Mon Sep 17 00:00:00 2001
From: ribeaudc <ribeaudc>
Date: Mon, 28 Jul 2008 08:35:40 +0000
Subject: [PATCH] minor: - Add comments.

SVN: 7537
---
 .../java/ch/systemsx/cisd/datamover/PropertyNames.java     | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/datamover/source/java/ch/systemsx/cisd/datamover/PropertyNames.java b/datamover/source/java/ch/systemsx/cisd/datamover/PropertyNames.java
index 1ae180a4378..da308f904ac 100644
--- a/datamover/source/java/ch/systemsx/cisd/datamover/PropertyNames.java
+++ b/datamover/source/java/ch/systemsx/cisd/datamover/PropertyNames.java
@@ -42,6 +42,10 @@ public final class PropertyNames
     /** The local directory where we create additional copy of the incoming data. */
     static final String EXTRA_COPY_DIR = "extra-copy-dir";
 
+    /**
+     * Time period (in seconds) to wait after a failure has occurred before the operation is
+     * re-tried.
+     */
     static final String FAILURE_INTERVAL = "failure-interval";
 
     static final String HARD_LINK_EXECUTABLE = "hard-link-executable";
@@ -62,6 +66,9 @@ public final class PropertyNames
 
     static final String MANUAL_INTERVENTION_REGEX = "manual-intervention-regex";
 
+    /**
+     * Maximal number of re-tries of a failed operation before giving up on it.
+     */
     static final String MAX_RETRIES = "max-retries";
 
     /** The remote directory (or host and directory) to move the data to. */
-- 
GitLab