comparison flys-artifacts/src/main/java/de/intevation/flys/utils/ThemeUtil.java @ 3160:8c78c707aa2d

Removed trailing whitespace. flys-artifacts/trunk@4772 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Sun, 24 Jun 2012 17:49:07 +0000
parents 74c974b10c75
children bbb488b145ce
comparison
equal deleted inserted replaced
3159:a6a3f9894fe0 3160:8c78c707aa2d
595 * @param theme the theme document. 595 * @param theme the theme document.
596 * @return color. 596 * @return color.
597 */ 597 */
598 public static Color parseLineColorField(Document theme) { 598 public static Color parseLineColorField(Document theme) {
599 String lineColorStr = getLineColorString(theme); 599 String lineColorStr = getLineColorString(theme);
600 logger.debug("parseLineColorField: lineColorStr = " + 600 logger.debug("parseLineColorField: lineColorStr = " +
601 (lineColorStr == null ? "null" : lineColorStr)); 601 (lineColorStr == null ? "null" : lineColorStr));
602 return parseRGB(lineColorStr); 602 return parseRGB(lineColorStr);
603 } 603 }
604 604
605 605

http://dive4elements.wald.intevation.org