comparison artifacts/src/main/java/org/dive4elements/river/artifacts/model/WKmsFactory.java @ 7884:a97b2926de5e

Removed trailing whitespace.
author Sascha L. Teichmann <teichmann@intevation.de>
date Fri, 16 May 2014 17:11:12 +0200
parents 5484818087de
children e4606eae8ea5
comparison
equal deleted inserted replaced
7883:fc8d5b5f2c99 7884:a97b2926de5e
58 SELECT wqr.q, wc.name 58 SELECT wqr.q, wc.name
59 FROM wst_column_q_ranges wcqr 59 FROM wst_column_q_ranges wcqr
60 JOIN wst_q_ranges wqr ON wcqr.wst_q_range_id = wqr.id 60 JOIN wst_q_ranges wqr ON wcqr.wst_q_range_id = wqr.id
61 JOIN wst_columns wc ON wcqr.wst_column_id = wc.id 61 JOIN wst_columns wc ON wcqr.wst_column_id = wc.id
62 JOIN wsts ON wc.wst_id = wsts.id 62 JOIN wsts ON wc.wst_id = wsts.id
63 WHERE wc.wst_id = 1817 AND wc.position = 29; 63 WHERE wc.wst_id = 1817 AND wc.position = 29;
64 */ 64 */
65 65
66 66
67 67
68 /** Query to get name (description) for wst_id. */ 68 /** Query to get name (description) for wst_id. */

http://dive4elements.wald.intevation.org