comparison gnv/src/main/java/de/intevation/gnv/action/LoadAction.java @ 699:af22fa5567a6

Removed trailing whitespace. gnv/trunk@935 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Sat, 17 Apr 2010 09:31:48 +0000
parents 254f062e334b
children 21735fb8d29b
comparison
equal deleted inserted replaced
698:d7b005107443 699:af22fa5567a6
36 /** 36 /**
37 * This controller is called for reloading projects from xml files. It waits for 37 * This controller is called for reloading projects from xml files. It waits for
38 * an xml document named 'document' and feeds the artifact server with this 38 * an xml document named 'document' and feeds the artifact server with this
39 * document. After a successful feed, the artifact description is fetched and 39 * document. After a successful feed, the artifact description is fetched and
40 * displayed in the gui. 40 * displayed in the gui.
41 * 41 *
42 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a> 42 * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
43 */ 43 */
44 public class LoadAction extends ArtifactDatabaseActionBase { 44 public class LoadAction extends ArtifactDatabaseActionBase {
45 45
46 public static final String RESOURCE_UPLOAD_FAILURE = "upload.failure"; 46 public static final String RESOURCE_UPLOAD_FAILURE = "upload.failure";

http://dive4elements.wald.intevation.org