diff flys-backend/src/main/java/de/intevation/flys/utils/DgmSqlConverter.java @ 3952:5d8db3349b77

Backend: Code simplification. Removed trailing whietspace. flys-backend/trunk@5605 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 27 Sep 2012 08:08:38 +0000
parents 89ada0b9083f
children f5912365619c
line wrap: on
line diff
--- a/flys-backend/src/main/java/de/intevation/flys/utils/DgmSqlConverter.java	Thu Sep 27 07:24:07 2012 +0000
+++ b/flys-backend/src/main/java/de/intevation/flys/utils/DgmSqlConverter.java	Thu Sep 27 08:08:38 2012 +0000
@@ -40,9 +40,9 @@
  * </ol>
  * <ol><b>full</b>: Accepts true|false values. If true is set, all rivers
  * included in the CSV file are taken into account while parsing. Otherwise,
- * the converter reads information for 'Saar', 'Mosel' and 'Eble' only.</ol> 
+ * the converter reads information for 'Saar', 'Mosel' and 'Eble' only.</ol>
  * </ul>
- * 
+ *
  * @author Ingo Weinzierl <a href="mailto:ingo.weinzierl@intevation.de">
  * ingo.weinzierl@intevation.de</a>
  *
@@ -266,7 +266,7 @@
 
     public void read() {
         info("Read DGM information from CSV file: " + csv.getAbsolutePath());
-        
+
         InputStream in = null;
 
         try {
@@ -457,7 +457,7 @@
 
     public void write() {
         info("Write DEM information to SQL file: " + sql.getAbsolutePath());
-        
+
         BufferedWriter bufferedWriter = null;
         try {
             bufferedWriter = new BufferedWriter(new FileWriter(sql));

http://dive4elements.wald.intevation.org