comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/DoubleInputPanel.java @ 3379:0de61fc9d281

Removed some superfluous casts. flys-client/trunk@5116 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 24 Jul 2012 08:11:41 +0000
parents 20688790f0c0
children c4928af1ffab
comparison
equal deleted inserted replaced
3378:c8193b600d9b 3379:0de61fc9d281
129 null, 129 null,
130 null, 130 null,
131 new DataItem[] { item })); 131 new DataItem[] { item }));
132 } 132 }
133 133
134 return (Data[]) data.toArray(new Data[data.size()]); 134 return data.toArray(new Data[data.size()]);
135 } 135 }
136 136
137 137
138 protected boolean saveDataValues() { 138 protected boolean saveDataValues() {
139 String st = inputPanel.getValueAsString(); 139 String st = inputPanel.getValueAsString();

http://dive4elements.wald.intevation.org