Skip to content

Commit b2025e3

Browse files
committed
wise multi position search regression issue. Columns is not ibe param.
1 parent 049456a commit b2025e3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/firefly/java/edu/caltech/ipac/astro/ibe/BaseIbeDataSource.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,6 @@ private Map<String, String> asMap(IbeQueryParam param) {
205205
params.put(SIZE, param.getSize());
206206
}
207207
}
208-
209-
params.put(COLUMNS, param.getColumns());
210208
params.put(WHERE, param.getWhere());
211209
return params;
212210
}

0 commit comments

Comments
 (0)