comparison flys-artifacts/src/main/java/de/intevation/flys/exports/ChartGenerator.java @ 3160:8c78c707aa2d

Removed trailing whitespace. flys-artifacts/trunk@4772 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Sun, 24 Jun 2012 17:49:07 +0000
parents 74c974b10c75
children 6f1a102ec14a
comparison
equal deleted inserted replaced
3159:a6a3f9894fe0 3160:8c78c707aa2d
1097 * 1097 *
1098 * @param plot plot to add datasets to. 1098 * @param plot plot to add datasets to.
1099 */ 1099 */
1100 protected void addDatasets(XYPlot plot) { 1100 protected void addDatasets(XYPlot plot) {
1101 logger.debug("addDatasets()"); 1101 logger.debug("addDatasets()");
1102 1102
1103 // AxisDatasets are sorted, but some might be empty. 1103 // AxisDatasets are sorted, but some might be empty.
1104 // Thus, generate numbering on the fly. 1104 // Thus, generate numbering on the fly.
1105 int axisIndex = 0; 1105 int axisIndex = 0;
1106 int datasetIndex = 0; 1106 int datasetIndex = 0;
1107 1107

http://dive4elements.wald.intevation.org