comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/minfo/SedLoadPeriodPanel.java @ 4736:b195fede1c3b

Remove trailing whitespace.
author Sascha L. Teichmann <teichmann@intevation.de>
date Wed, 02 Jan 2013 13:18:31 +0100
parents abd304085bd4
children
comparison
equal deleted inserted replaced
4735:94b39073f0f7 4736:b195fede1c3b
179 } 179 }
180 180
181 protected boolean validateRange(int v1, int v2) { 181 protected boolean validateRange(int v1, int v2) {
182 // TODO: Set useful years for validation. Current range is between start 182 // TODO: Set useful years for validation. Current range is between start
183 // of gregorian calendar and a year in the future... 183 // of gregorian calendar and a year in the future...
184 if ((v1 > 1582 && v1 < 2100) 184 if ((v1 > 1582 && v1 < 2100)
185 && (v2 > 1582 && v2 < 2100)) { 185 && (v2 > 1582 && v2 < 2100)) {
186 return true; 186 return true;
187 } 187 }
188 return false; 188 return false;
189 } 189 }

http://dive4elements.wald.intevation.org