comparison gnv/src/main/java/de/intevation/gnv/artifactdatabase/objects/map/DefaultMapService.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 b88e881e8e94
children d49e8695786c
comparison
equal deleted inserted replaced
680:ba3370dbc8c5 681:15ac78a91d1b
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