From 658801adaa6717f6a24f24520c9212137d9eb8b1 Mon Sep 17 00:00:00 2001
From: tpylak <tpylak>
Date: Tue, 11 Dec 2007 09:33:19 +0000
Subject: [PATCH] minor: better comments

SVN: 3014
---
 .../ch/systemsx/cisd/dbmigration/postgresql/DumpPreparator.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dbmigration/source/java/ch/systemsx/cisd/dbmigration/postgresql/DumpPreparator.java b/dbmigration/source/java/ch/systemsx/cisd/dbmigration/postgresql/DumpPreparator.java
index 175d6843b89..6d909f7394d 100644
--- a/dbmigration/source/java/ch/systemsx/cisd/dbmigration/postgresql/DumpPreparator.java
+++ b/dbmigration/source/java/ch/systemsx/cisd/dbmigration/postgresql/DumpPreparator.java
@@ -38,7 +38,7 @@ import java.util.regex.Pattern;
 import javax.swing.JFileChooser;
 
 /**
- * Helper application which creates from a PostgreSQL dump file to be used to setup the database.
+ * Helper application which creates 'mass upload' files to be used to setup the database from a PostgreSQL dump.
  * <p> 
  * <b>Important:</b> When creating the dump file with <code>pg_dump</code> use the option <b>--no-owner</b>.
  * <p>
-- 
GitLab