comparison gnv-artifacts/src/main/java/de/intevation/gnv/chart/ChartLabels.java @ 870:dfd02f8d3602

Removed trailing whitespace. gnv-artifacts/trunk@1010 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Wed, 28 Apr 2010 06:53:44 +0000
parents 05bf8534a35a
children f953c9a559d8
comparison
equal deleted inserted replaced
869:27112636e8bb 870:dfd02f8d3602
30 * 30 *
31 */ 31 */
32 private String subtitle; 32 private String subtitle;
33 33
34 /** 34 /**
35 * 35 *
36 */ 36 */
37 private String domainAxisLabel; 37 private String domainAxisLabel;
38 38
39 /** 39 /**
40 * 40 *
47 private String parameterName; 47 private String parameterName;
48 48
49 49
50 /** 50 /**
51 * Constructor 51 * Constructor
52 * 52 *
53 * @param title Title 53 * @param title Title
54 * @param subtitle Subtitle 54 * @param subtitle Subtitle
55 * @param domainAxisLabel X-axis label 55 * @param domainAxisLabel X-axis label
56 */ 56 */
57 public ChartLabels(String title, String subtitle, String domainAxisLabel) { 57 public ChartLabels(String title, String subtitle, String domainAxisLabel) {

http://dive4elements.wald.intevation.org