comparison artifacts/src/main/java/org/dive4elements/river/artifacts/states/WDifferencesState.java @ 7697:640342d9ab8a

(issue1649) Remove broken getWKms from RiverUtils and use WDifferencesState instead This was basically duplicated code but only the code in WDifferenceState was maintained and extended. Another RiverUtils function bites the dust.
author Andre Heinecke <aheinecke@intevation.de>
date Mon, 16 Dec 2013 16:24:07 +0100
parents 6205fe683ac7
children 6451970e0562
comparison
equal deleted inserted replaced
7696:feb23ab736f4 7697:640342d9ab8a
78 78
79 79
80 /** 80 /**
81 * Access the data (wkms) of an artifact, coded in mingle. 81 * Access the data (wkms) of an artifact, coded in mingle.
82 */ 82 */
83 protected WKms getWKms(String mingle, CallContext context) { 83 public WKms getWKms(String mingle, CallContext context) {
84 logger.debug("WDifferencesState.getWKms " + mingle); 84 logger.debug("WDifferencesState.getWKms " + mingle);
85 String[] def = mingle.split(";"); 85 String[] def = mingle.split(";");
86 String uuid = def[0]; 86 String uuid = def[0];
87 String name = def[1]; 87 String name = def[1];
88 int idx = Integer.parseInt(def[2]); 88 int idx = Integer.parseInt(def[2]);

http://dive4elements.wald.intevation.org