comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/QRangeTree.java @ 3076:5642a83420f2

FLYS artifacts: Removed trailing whitespace. flys-artifacts/trunk@4670 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 15 Jun 2012 09:30:07 +0000
parents 70469e3d34b9
children 51f76225823b
comparison
equal deleted inserted replaced
3075:db9e2bb34707 3076:5642a83420f2
136 this(qRanges, WITH_COLUMN, start, stop); 136 this(qRanges, WITH_COLUMN, start, stop);
137 } 137 }
138 138
139 public QRangeTree( 139 public QRangeTree(
140 List<Object []> qRanges, 140 List<Object []> qRanges,
141 AccessQAB accessQAB, 141 AccessQAB accessQAB,
142 int start, 142 int start,
143 int stop 143 int stop
144 ) { 144 ) {
145 if (stop <= start) { 145 if (stop <= start) {
146 return; 146 return;

http://dive4elements.wald.intevation.org