query.getResults().next();
minMax = new MinMax(query.getResults().getInt(1), query
.getResults().getInt(2));
_minMaxIds.put(pos, minMax);
} catch (SQLException ex) {
throw new JWNLException("DICTIONARY_EXCEPTION_023", ex);
} finally {
if (query != null) {
query.close();
}
}