comparison flys-artifacts/src/main/java/de/intevation/flys/themes/ThemeAccess.java @ 3076:5642a83420f2

FLYS artifacts: Removed trailing whitespace. flys-artifacts/trunk@4670 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 15 Jun 2012 09:30:07 +0000
parents 703be13ffa74
children 22def36d37b7
comparison
equal deleted inserted replaced
3075:db9e2bb34707 3076:5642a83420f2
46 } 46 }
47 } 47 }
48 return lineColor; 48 return lineColor;
49 } 49 }
50 50
51 51
52 public Color parseTextColor() { 52 public Color parseTextColor() {
53 if (textColor == null) { 53 if (textColor == null) {
54 textColor = ThemeUtil.parseTextColor(theme); 54 textColor = ThemeUtil.parseTextColor(theme);
55 if (textColor == null) { 55 if (textColor == null) {
56 textColor = Color.BLACK; 56 textColor = Color.BLACK;

http://dive4elements.wald.intevation.org