comparison gnv-artifacts/src/main/java/de/intevation/gnv/artifacts/services/requestobjects/DefaultMapService.java @ 778:9a828e5a2390

Removed trailing whitespace gnv-artifacts/trunk@851 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 29 Mar 2010 07:58:51 +0000
parents cf38b983d1f3
children b1f5f2a8840f
comparison
equal deleted inserted replaced
777:8009961db1cb 778:9a828e5a2390
10 * 10 *
11 */ 11 */
12 public class DefaultMapService implements MapService { 12 public class DefaultMapService implements MapService {
13 13
14 private String id = null; 14 private String id = null;
15 15
16 16
17 17
18 private Collection<Layer> layer = null; 18 private Collection<Layer> layer = null;
19 19
20 private String type = null; 20 private String type = null;
21 21
22 private String url = null; 22 private String url = null;
23 /** 23 /**
24 * Constructor 24 * Constructor
25 */ 25 */
26 public DefaultMapService(String id, Collection<Layer> layer, 26 public DefaultMapService(String id, Collection<Layer> layer,
27 String type, String url) { 27 String type, String url) {
28 super(); 28 super();
29 this.id = id; 29 this.id = id;
30 this.layer = layer; 30 this.layer = layer;
31 this.type = type; 31 this.type = type;

http://dive4elements.wald.intevation.org