Mercurial > dive4elements > river
diff flys-client/ChangeLog @ 1273:6ec804500621
Avoid duplicate clones in w-diff branch by using a set instead of a list.
flys-client/trunk@2843 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Tue, 27 Sep 2011 13:52:18 +0000 |
parents | 2ce5d7ac9e60 |
children | f76c90b3086f |
line wrap: on
line diff
--- a/flys-client/ChangeLog Tue Sep 27 13:49:34 2011 +0000 +++ b/flys-client/ChangeLog Tue Sep 27 13:52:18 2011 +0000 @@ -1,3 +1,10 @@ +2011-09-27 Felix Wolfsteller <felix.wolfsteller@intevation.de> + + Use HashSet to avoid duplicate clones in Collections with WDiffs. + + * src/main/java/de/intevation/flys/client/client/ui/DatacageTwinPanel.java: + Use HashSet instead of list to avoid duplicate clones, cosmetics. + 2011-09-27 Felix Wolfsteller <felix.wolfsteller@intevation.de> Cosmetics, documentation.