diff gnv/src/test/java/de/intevation/gnv/action/mapviewer/parser/ExternalCallParserTestCase.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 24a6c0cb0a62
children d49e8695786c
line wrap: on
line diff
--- a/gnv/src/test/java/de/intevation/gnv/action/mapviewer/parser/ExternalCallParserTestCase.java	Fri Mar 26 09:22:32 2010 +0000
+++ b/gnv/src/test/java/de/intevation/gnv/action/mapviewer/parser/ExternalCallParserTestCase.java	Mon Mar 29 08:04:15 2010 +0000
@@ -15,7 +15,7 @@
 import de.intevation.gnv.artifactdatabase.objects.map.MapService;
 
 public class ExternalCallParserTestCase extends TestCase {
-    
+
     /**
      * the logger, used to log exceptions and additonaly information
      */
@@ -25,7 +25,7 @@
         BasicConfigurator.configure();
         log = Logger.getLogger(ExternalCallParserTestCase.class);
     }
-    
+
     public ExternalCallParserTestCase() {
         super();
     }
@@ -33,7 +33,7 @@
     public ExternalCallParserTestCase(String name) {
         super(name);
     }
-    
+
     public void testParseExternalCall() {
         log.debug("Execute testParseExternalCall");
         try {
@@ -54,7 +54,7 @@
            Iterator<MapService> it = mapServices.iterator();
            MapService mapService1 = it.next();
            MapService mapService2 = it.next();
-           
+
            log.debug("MapService 1");
            log.debug("ID: "+mapService1.getID());
            log.debug("URL: "+mapService1.getURL());
@@ -66,7 +66,7 @@
            while(layerIt1.hasNext()){
                log.debug(layerIt1.next().toString());
            }
-           
+
            log.debug("MapService 2");
            log.debug("ID: "+mapService2.getID());
            log.debug("URL: "+mapService2.getURL());
@@ -78,12 +78,12 @@
            while(layerIt2.hasNext()){
                log.debug(layerIt2.next().toString());
            }
-           
+
         } catch (Exception e) {
             log.error(e,e);
             fail();
         }
-        
+
     }
 
 }

http://dive4elements.wald.intevation.org