comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/states/WDifferencesState.java @ 3122:721298eeb694

Cosmetics. flys-artifacts/trunk@4723 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 20 Jun 2012 12:23:11 +0000
parents 5642a83420f2
children 102050c4fc00
comparison
equal deleted inserted replaced
3121:0b86b005bb9a 3122:721298eeb694
65 65
66 return true; 66 return true;
67 } 67 }
68 68
69 69
70 /**
71 * Access the data (wkms).
72 */
70 protected WKms getWKms(String mingle, CallContext context) { 73 protected WKms getWKms(String mingle, CallContext context) {
71 String[] def = mingle.split(";"); 74 String[] def = mingle.split(";");
72 String uuid = def[0]; 75 String uuid = def[0];
73 String name = def[1]; 76 String name = def[1];
74 int idx = Integer.parseInt(def[2]); 77 int idx = Integer.parseInt(def[2]);

http://dive4elements.wald.intevation.org