comparison artifacts/src/main/java/org/dive4elements/river/exports/process/WOutProcessor.java @ 7130:c882fcf75a0d

Remove wrong docstring
author Andre Heinecke <aheinecke@intevation.de>
date Wed, 25 Sep 2013 11:52:05 +0200
parents 30cec9369608
children 015e12aac2dc
comparison
equal deleted inserted replaced
7129:7fc41a235f47 7130:c882fcf75a0d
149 I18N_AXIS_LABEL, 149 I18N_AXIS_LABEL,
150 I18N_AXIS_LABEL_DEFAULT, 150 I18N_AXIS_LABEL_DEFAULT,
151 new Object[] { unit }); 151 new Object[] { unit });
152 } 152 }
153 153
154 /**
155 * Returns true if facettype is longitutinal_section.w .
156 */
157 @Override 154 @Override
158 public boolean canHandle(String facetType) { 155 public boolean canHandle(String facetType) {
159 if (facetType == null) { 156 if (facetType == null) {
160 return false; 157 return false;
161 } 158 }

http://dive4elements.wald.intevation.org