comparison flys-artifacts/src/main/java/de/intevation/flys/exports/XYChartGenerator.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 a08538e21b55
children b6da650b0718
comparison
equal deleted inserted replaced
3159:a6a3f9894fe0 3160:8c78c707aa2d
1409 newLegend.add(merged); 1409 newLegend.add(merged);
1410 } 1410 }
1411 else { 1411 else {
1412 // Do not merge entries. 1412 // Do not merge entries.
1413 for (LegendItem li: itemList) { 1413 for (LegendItem li: itemList) {
1414 newLegend.add(li); 1414 newLegend.add(li);
1415 } 1415 }
1416 } 1416 }
1417 } 1417 }
1418 1418
1419 plot.setFixedLegendItems (newLegend); 1419 plot.setFixedLegendItems (newLegend);

http://dive4elements.wald.intevation.org