comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/services/meta/ResultData.java @ 742:c09c9e05ecfa

Removed trailing whitespace. flys-artifacts/trunk@2243 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Sun, 26 Jun 2011 17:18:59 +0000
parents fc3cf0ef777e
children 0c8aca463bd4
comparison
equal deleted inserted replaced
741:e54203e52097 742:c09c9e05ecfa
15 15
16 public ResultData() { 16 public ResultData() {
17 rows = new ArrayList<Object []>(); 17 rows = new ArrayList<Object []>();
18 } 18 }
19 19
20 public ResultData(ResultSetMetaData meta) 20 public ResultData(ResultSetMetaData meta)
21 throws SQLException 21 throws SQLException
22 { 22 {
23 this(); 23 this();
24 24
25 int N = meta.getColumnCount(); 25 int N = meta.getColumnCount();

http://dive4elements.wald.intevation.org