comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/W.java @ 2226:53d954973610

W: Forget to create ws data in constructor. flys-artifacts/trunk@3866 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 01 Feb 2012 14:07:38 +0000
parents 672a41efe222
children bcf25d8c183e
comparison
equal deleted inserted replaced
2225:1b5cc3b428e0 2226:53d954973610
12 private static Logger log = Logger.getLogger(W.class); 12 private static Logger log = Logger.getLogger(W.class);
13 13
14 protected TDoubleArrayList ws; 14 protected TDoubleArrayList ws;
15 15
16 public W() { 16 public W() {
17 ws = new TDoubleArrayList();
17 } 18 }
18 19
19 public W(String name) { 20 public W(String name) {
20 super(name); 21 super(name);
22 ws = new TDoubleArrayList();
21 } 23 }
22 24
23 public W(int capacity) { 25 public W(int capacity) {
24 this(capacity, ""); 26 this(capacity, "");
25 } 27 }

http://dive4elements.wald.intevation.org