comparison gnv/src/main/java/de/intevation/gnv/action/mapviewer/ShowMapViewerCallBodyAction.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 5aea89b9a350
children d49e8695786c
comparison
equal deleted inserted replaced
680:ba3370dbc8c5 681:15ac78a91d1b
22 /** 22 /**
23 * the logger, used to log exceptions and additionally information 23 * the logger, used to log exceptions and additionally information
24 */ 24 */
25 private static Logger log = Logger 25 private static Logger log = Logger
26 .getLogger(ShowMapViewerCallBodyAction.class); 26 .getLogger(ShowMapViewerCallBodyAction.class);
27 27
28 /** 28 /**
29 * Constructor 29 * Constructor
30 */ 30 */
31 public ShowMapViewerCallBodyAction() { 31 public ShowMapViewerCallBodyAction() {
32 super(); 32 super();
38 HttpServletResponse response) throws Exception { 38 HttpServletResponse response) throws Exception {
39 log.debug("ShowMapViewerCallBodyAction.execute"); 39 log.debug("ShowMapViewerCallBodyAction.execute");
40 request.setAttribute("MAPVIEWERCALL", new Boolean(true)); 40 request.setAttribute("MAPVIEWERCALL", new Boolean(true));
41 return super.execute(mapping, form, request, response); 41 return super.execute(mapping, form, request, response);
42 } 42 }
43 43
44 44
45 45
46 } 46 }

http://dive4elements.wald.intevation.org