comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/map/StaticHWSCacheKey.java @ 5314:ac2746f3e75f

Removed trailing whitespace.
author Sascha L. Teichmann <teichmann@intevation.de>
date Thu, 14 Mar 2013 17:42:51 +0100
parents 6131b352e5e4
children
comparison
equal deleted inserted replaced
5313:a1cb9a734cc5 5314:ac2746f3e75f
5 { 5 {
6 public static final String CACHE_NAME = "hws-value-table-static"; 6 public static final String CACHE_NAME = "hws-value-table-static";
7 7
8 private String river; 8 private String river;
9 private int type; 9 private int type;
10 10
11 public StaticHWSCacheKey(String river, int type) { 11 public StaticHWSCacheKey(String river, int type) {
12 this.river = river; 12 this.river = river;
13 this.type = type; 13 this.type = type;
14 } 14 }
15 15

http://dive4elements.wald.intevation.org