comparison flys-backend/src/main/java/de/intevation/flys/importer/ImportSedimentDensity.java @ 3942:43aa1ac8614b

Removed trailing whitespace. flys-backend/trunk@5510 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 18 Sep 2012 15:58:28 +0000
parents aed7aba93718
children a5b003595d6c
comparison
equal deleted inserted replaced
3941:3de4ac5ccee8 3942:43aa1ac8614b
76 } 76 }
77 77
78 78
79 public SedimentDensity getPeer(River river) { 79 public SedimentDensity getPeer(River river) {
80 log.info("get peer"); 80 log.info("get peer");
81 81
82 if (depth == null) { 82 if (depth == null) {
83 log.warn("cannot store sediment density '" + description + "': no depth"); 83 log.warn("cannot store sediment density '" + description + "': no depth");
84 return null; 84 return null;
85 } 85 }
86 86
87 if (unit == null) { 87 if (unit == null) {
88 log.warn("cannot store sediment density '" + description + "': no unit"); 88 log.warn("cannot store sediment density '" + description + "': no unit");
89 return null; 89 return null;
90 } 90 }
91 91

http://dive4elements.wald.intevation.org