comparison gnv-artifacts/src/main/java/de/intevation/gnv/state/OutputStateBase.java @ 823:499cfbbb61bc

Removed obsolet SuppressWarnings-Annotations. gnv-artifacts/trunk@910 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Tue, 13 Apr 2010 08:25:34 +0000
parents 8dc820099306
children c07d9f9a738c
comparison
equal deleted inserted replaced
822:ac1b9f00603f 823:499cfbbb61bc
361 * between this method and feed is, that this method should be used to 361 * between this method and feed is, that this method should be used to
362 * transfer some old input data required by this state. New data need to be 362 * transfer some old input data required by this state. New data need to be
363 * inserted via feed! 363 * inserted via feed!
364 */ 364 */
365 @Override 365 @Override
366 @SuppressWarnings({"static-access", "static-access", "static-access", "static-access"})
367 public void putInputData(Collection<InputData> inputData, 366 public void putInputData(Collection<InputData> inputData,
368 String uuid) 367 String uuid)
369 throws StateException { 368 throws StateException {
370 log.debug("OutputStateBase.putInputData"); 369 log.debug("OutputStateBase.putInputData");
371 this.removeChartResult(uuid); 370 this.removeChartResult(uuid);
382 if (this.inputData == null) { 381 if (this.inputData == null) {
383 this.inputData = new HashMap<String, InputData>( 382 this.inputData = new HashMap<String, InputData>(
384 inputData.size()); 383 inputData.size());
385 } 384 }
386 385
387 @SuppressWarnings("static-access")
388 boolean valid = InputValidator.isInputValid(tmpItem.getValue(), 386 boolean valid = InputValidator.isInputValid(tmpItem.getValue(),
389 inputValue.getType()); 387 inputValue.getType());
390 if (valid) { 388 if (valid) {
391 if (tmpItem.getName().equals(MINVALUEFIELDNAME)){ 389 if (tmpItem.getName().equals(MINVALUEFIELDNAME)){
392 String minValue = tmpItem.getValue(); 390 String minValue = tmpItem.getValue();

http://dive4elements.wald.intevation.org