Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 1477:6e694603cde1
Improved the CSVExportService to ignore lines that begin with a '#' character.
flys-client/trunk@3522 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 22 Dec 2011 09:28:22 +0000 |
parents | edf18a9dfd8b |
children | 237e7450ae2e |
comparison
equal
deleted
inserted
replaced
1476:edf18a9dfd8b | 1477:6e694603cde1 |
---|---|
1 2011-12-22 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/server/CSVExportServiceImpl.java: | |
4 This service now skips lines that begin with a "#". This character is | |
5 used in FLYS as the beginning of a comment line. | |
6 | |
1 2011-12-22 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 7 2011-12-22 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2 | 8 |
3 * src/main/java/de/intevation/flys/client/client/ui/chart/CrossSectionChartThemePanel.java: | 9 * src/main/java/de/intevation/flys/client/client/ui/chart/CrossSectionChartThemePanel.java: |
4 Refactored, use string constant. | 10 Refactored, use string constant. |
5 Uncommented some code paths and mark with todo, as they lead to | 11 Uncommented some code paths and mark with todo, as they lead to |