comparison gnv-artifacts/src/main/java/de/intevation/gnv/artifacts/services/requestobjects/DefaultMapService.java @ 803:feae2f9d6c6f

Removed trailing whitespace. gnv-artifacts/trunk@885 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 07 Apr 2010 07:52:27 +0000
parents 9b9bf42b7928
children 22c18083225e
comparison
equal deleted inserted replaced
802:4abe172be970 803:feae2f9d6c6f
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 */ 10 */
11 public class DefaultMapService implements MapService { 11 public class DefaultMapService implements MapService {
12 12
15 private Collection<Layer> layer = null; 15 private Collection<Layer> layer = null;
16 16
17 private String type = null; 17 private String type = null;
18 18
19 private String url = null; 19 private String url = null;
20 20
21 /** 21 /**
22 * Constructor 22 * Constructor
23 * @param id The id of this service. 23 * @param id The id of this service.
24 * @param type The type of this service. 24 * @param type The type of this service.
25 * @param layer The layers available in this service. 25 * @param layer The layers available in this service.

http://dive4elements.wald.intevation.org