comparison artifacts/src/main/java/org/dive4elements/river/artifacts/states/WDifferencesState.java @ 8853:8c64617a7991

Some source code comments and fixme's
author gernotbelger
date Thu, 18 Jan 2018 18:33:52 +0100
parents 5f60bd7c4b42
children 28df64078f27
comparison
equal deleted inserted replaced
8852:8f6d6d26e96f 8853:8c64617a7991
107 107
108 108
109 /** 109 /**
110 * Access the data (wkms) of an artifact, coded in mingle. 110 * Access the data (wkms) of an artifact, coded in mingle.
111 */ 111 */
112 // FIXME: meanwhile used by several places outside this context; refactor into separate helper class to access waterlevels
112 public WKms getWKms(String mingle, CallContext context, double from, double to) { 113 public WKms getWKms(String mingle, CallContext context, double from, double to) {
113 log.debug("WDifferencesState.getWKms " + mingle); 114 log.debug("WDifferencesState.getWKms " + mingle);
114 String[] def = mingle.split(";"); 115 String[] def = mingle.split(";");
115 String uuid = def[0]; 116 String uuid = def[0];
116 String name = def[1]; 117 String name = def[1];

http://dive4elements.wald.intevation.org