comparison artifacts/src/main/java/org/dive4elements/river/artifacts/model/minfo/SedimentLoadDataValueFilter.java @ 8856:5e38e2924c07 3.2.x

Fix code style.
author Tom Gottfried <tom@intevation.de>
date Thu, 18 Jan 2018 20:12:01 +0100
parents b207eeb66edd
children
comparison
equal deleted inserted replaced
8855:d7c005e12af0 8856:5e38e2924c07
123 if (sqTiId == null) { 123 if (sqTiId == null) {
124 /* Nothing set, nothing filtered */ 124 /* Nothing set, nothing filtered */
125 return true; 125 return true;
126 } 126 }
127 if (value.getLoad().getSQRelationTimeIntervalId() == null) { 127 if (value.getLoad().getSQRelationTimeIntervalId() == null) {
128 /* Loads without sqRelationTimeInterval are "Schwebstoffe" and should 128 /* Loads without sqRelationTimeInterval are "Schwebstoffe"
129 * be included. */ 129 * and should be included. */
130 return true; 130 return true;
131 } 131 }
132 /* All other values should be filtered accordingly. */ 132 /* All other values should be filtered accordingly. */
133 return value.getLoad().getSQRelationTimeIntervalId().equals(sqTiId); 133 return value.getLoad().getSQRelationTimeIntervalId()
134 .equals(sqTiId);
134 } 135 }
135 } // class SQTimeInterval 136 } // class SQTimeInterval
136 137
137 public static final class IsEpoch implements Filter { 138 public static final class IsEpoch implements Filter {
138 139

http://dive4elements.wald.intevation.org