comparison gwt-client/src/main/java/org/dive4elements/river/client/client/ui/WspDatacagePanel.java @ 7885:2e30d2c725fa

Removed trailing whitespace.
author Sascha L. Teichmann <teichmann@intevation.de>
date Fri, 16 May 2014 17:12:36 +0200
parents f4c13fbde072
children 5dfb3ff98bc6
comparison
equal deleted inserted replaced
7884:a97b2926de5e 7885:2e30d2c725fa
159 } 159 }
160 160
161 161
162 protected String createDataString(String artifact, Recommendation recommendation) { 162 protected String createDataString(String artifact, Recommendation recommendation) {
163 Facet f = null; 163 Facet f = null;
164 164
165 // The filter will only be available or previous calculation artifacts. 165 // The filter will only be available or previous calculation artifacts.
166 Filter filter = recommendation.getFilter(); 166 Filter filter = recommendation.getFilter();
167 167
168 if (filter != null) { 168 if (filter != null) {
169 Map<String, List<Facet>> outs = filter.getOuts(); 169 Map<String, List<Facet>> outs = filter.getOuts();

http://dive4elements.wald.intevation.org