comparison artifacts/src/main/java/org/dive4elements/river/exports/TypeSection.java @ 8856:5e38e2924c07 3.2.x

Fix code style.
author Tom Gottfried <tom@intevation.de>
date Thu, 18 Jan 2018 20:12:01 +0100
parents e4606eae8ea5
children 1cc7653ca84f 0a5239a1e46e
comparison
equal deleted inserted replaced
8855:d7c005e12af0 8856:5e38e2924c07
25 super(key); 25 super(key);
26 } 26 }
27 27
28 28
29 /** Set a string value for a attribute with additional (choice) type. */ 29 /** Set a string value for a attribute with additional (choice) type. */
30 public void setChoiceStringValue(String key, String value, String choiceType) { 30 public void setChoiceStringValue(
31 String key,
32 String value,
33 String choiceType
34 ) {
31 if (value == null || value.length() == 0) { 35 if (value == null || value.length() == 0) {
32 return; 36 return;
33 } 37 }
34 38
35 Attribute attr = getAttribute(key); 39 Attribute attr = getAttribute(key);

http://dive4elements.wald.intevation.org