comparison artifacts/src/main/java/org/dive4elements/river/artifacts/model/minfo/SedimentLoadFacet.java @ 8788:b32c1927f90d

Remove trailing whitespace in properties.
author Tom Gottfried <tom@intevation.de>
date Tue, 08 Dec 2015 20:33:07 +0100
parents 1cd7225df846
children 5e38e2924c07
comparison
equal deleted inserted replaced
8787:5855f919cbd6 8788:b32c1927f90d
97 97
98 if (kind.equals("official")) { 98 if (kind.equals("official")) {
99 String descPrefix = Resources.getMsg( 99 String descPrefix = Resources.getMsg(
100 callMeta, 100 callMeta,
101 "facet.sedimentload.prefix.offcial"); 101 "facet.sedimentload.prefix.offcial");
102 description = descPrefix + description; 102 description = descPrefix + " " + description;
103 } 103 }
104 104
105 ((D4EArtifact)artifact).addStringData("load_id", idStr); 105 ((D4EArtifact)artifact).addStringData("load_id", idStr);
106 } 106 }
107 107

http://dive4elements.wald.intevation.org