comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/states/WDifferencesState.java @ 1886:6f047a407f84

Removed dead ';' from empty bodies. flys-artifacts/trunk@3245 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Sun, 13 Nov 2011 15:29:18 +0000
parents 1a57027286ce
children 3a5ef4ac8e0f
comparison
equal deleted inserted replaced
1885:110dd067bb8f 1886:6f047a407f84
131 } 131 }
132 } 132 }
133 133
134 if (datas.length < 2) { 134 if (datas.length < 2) {
135 // TODO crash with style 135 // TODO crash with style
136 ;
137 } 136 }
138 137
139 List<WKms> wkmss = new ArrayList<WKms>(); 138 List<WKms> wkmss = new ArrayList<WKms>();
140 139
141 for(int i = 0; i < datas.length; i+=2) { 140 for(int i = 0; i < datas.length; i+=2) {

http://dive4elements.wald.intevation.org