From 2574084c9f92621d460b424272e97279ab9a6439 Mon Sep 17 00:00:00 2001
From: brinn <brinn>
Date: Mon, 21 Jul 2008 15:40:46 +0000
Subject: [PATCH] doc: improve javadoc

SVN: 7367
---
 .../source/java/ch/systemsx/cisd/datamover/PropertyNames.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/datamover/source/java/ch/systemsx/cisd/datamover/PropertyNames.java b/datamover/source/java/ch/systemsx/cisd/datamover/PropertyNames.java
index 22a93c7d549..caf45e071fa 100644
--- a/datamover/source/java/ch/systemsx/cisd/datamover/PropertyNames.java
+++ b/datamover/source/java/ch/systemsx/cisd/datamover/PropertyNames.java
@@ -64,7 +64,7 @@ public final class PropertyNames
 
     static final String MAX_RETRIES = "max-retries";
 
-    /** The remote directory to move the data to. */
+    /** The remote directory (or host and directory) to move the data to. */
     static final String OUTGOING_TARGET = "outgoing-target";
 
     static final String PREFIX_FOR_INCOMING = "prefix-for-incoming";
@@ -74,7 +74,7 @@ public final class PropertyNames
     static final String RSYNC_EXECUTABLE = "rsync-executable";
 
     static final String RSYNC_OVERWRITE = "rsync-overwrite";
-    
+
     static final String USE_RSYNC_FOR_EXTRA_COPIES = "use-rsync-for-extra-copies";
 
     static final String SERVICE_PROPERTIES_FILE = "etc/service.properties";
-- 
GitLab