Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 1305:014fc183c640
Fix 'incorrect minuend/subtrahend order' bug in wdiff calculation.
flys-client/trunk@2939 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Tue, 11 Oct 2011 12:20:32 +0000 |
parents | 18b0414bde44 |
children | 2e57776f77b5 |
comparison
equal
deleted
inserted
replaced
1304:18b0414bde44 | 1305:014fc183c640 |
---|---|
1 2011-10-11 Felix Wolfsteller <felix.wolfsteller@intevation.de> | |
2 | |
3 Squashed "swapped minuend and subtrahend"-bug in wdiff calculation. | |
4 | |
5 * src/main/java/de/intevation/flys/client/client/ui/DatacageTwinPanel.java: | |
6 Use LinkedHashSet instead of HashSet to keep the given order. | |
7 Removed some debug statements. | |
8 | |
1 2011-10-11 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 9 2011-10-11 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2 | 10 |
3 Enable reparameterization of WINFO-Artifacts in WDiff-branch. Do not | 11 Enable reparameterization of WINFO-Artifacts in WDiff-branch. Do not |
4 reclone in parameterization. | 12 reclone in parameterization. |
5 | 13 |