comparison gnv/src/main/java/de/intevation/gnv/artifactdatabase/objects/map/DefaultMapService.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 89ade245ca7a
comparison
equal deleted inserted replaced
698:d7b005107443 699:af22fa5567a6
2 2
3 import java.util.Collection; 3 import java.util.Collection;
4 4
5 /** 5 /**
6 * The default implementation of <code>MapService</code>. 6 * The default implementation of <code>MapService</code>.
7 * 7 *
8 * @author <a href="mailto:tim.englich@intevation.de">Tim Englich</a> 8 * @author <a href="mailto:tim.englich@intevation.de">Tim Englich</a>
9 */ 9 */
10 public class DefaultMapService implements MapService { 10 public class DefaultMapService implements MapService {
11 11
12 private String id = null; 12 private String id = null;
14 private Collection<Layer> layer = null; 14 private Collection<Layer> layer = null;
15 15
16 private String type = null; 16 private String type = null;
17 17
18 private String url = null; 18 private String url = null;
19 19
20 /** 20 /**
21 * Constructor 21 * Constructor
22 */ 22 */
23 public DefaultMapService(String id, Collection<Layer> layer, 23 public DefaultMapService(String id, Collection<Layer> layer,
24 String type, String url) { 24 String type, String url) {

http://dive4elements.wald.intevation.org