comparison gnv/src/main/java/de/intevation/gnv/action/DescribeUIAction.java @ 681:15ac78a91d1b

Removed trailing whitespace. gnv/trunk@852 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 29 Mar 2010 08:04:15 +0000
parents df78178e1180
children d3062dc8626a
comparison
equal deleted inserted replaced
680:ba3370dbc8c5 681:15ac78a91d1b
111 staticNode, 111 staticNode,
112 "UTF-8", 112 "UTF-8",
113 request.getRealPath(XSL_SHEET_STATIC)); 113 request.getRealPath(XSL_SHEET_STATIC));
114 114
115 if (staticUI != null && staticUI.length() > 1) 115 if (staticUI != null && staticUI.length() > 1)
116 request.setAttribute("staticui", staticUI); 116 request.setAttribute("staticui", staticUI);
117 } 117 }
118 118
119 return super.execute(mapping, form, request, response); 119 return super.execute(mapping, form, request, response);
120 } 120 }
121 catch (Exception e) { 121 catch (Exception e) {

http://dive4elements.wald.intevation.org