comparison gnv/src/main/java/de/intevation/gnv/action/ArtifactDatabaseActionBase.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 d49e8695786c
comparison
equal deleted inserted replaced
680:ba3370dbc8c5 681:15ac78a91d1b
13 import org.apache.struts.action.ActionForward; 13 import org.apache.struts.action.ActionForward;
14 import org.apache.struts.action.ActionMapping; 14 import org.apache.struts.action.ActionMapping;
15 15
16 /** 16 /**
17 * @author Tim Englich <tim.englich@intevation.de> 17 * @author Tim Englich <tim.englich@intevation.de>
18 * 18 *
19 */ 19 */
20 public class ArtifactDatabaseActionBase extends Action { 20 public class ArtifactDatabaseActionBase extends Action {
21 21
22 protected final static String SUCCSESS_FORWARD_ID = "success"; 22 protected final static String SUCCSESS_FORWARD_ID = "success";
23 protected final static String EXCEPTION_FORWARD_ID = "success"; 23 protected final static String EXCEPTION_FORWARD_ID = "success";
51 return forward; 51 return forward;
52 } 52 }
53 53
54 /** 54 /**
55 * Returns the ExceptionForward for the ArtifactDatabaseActions 55 * Returns the ExceptionForward for the ArtifactDatabaseActions
56 * 56 *
57 * @param mapping 57 * @param mapping
58 * @return 58 * @return
59 */ 59 */
60 protected ActionForward getExceptionForward(ActionMapping mapping) { 60 protected ActionForward getExceptionForward(ActionMapping mapping) {
61 log.debug("ArtifactDatabaseActionBase.getExceptionForward"); 61 log.debug("ArtifactDatabaseActionBase.getExceptionForward");

http://dive4elements.wald.intevation.org