Mercurial > dive4elements > http-client
diff ChangeLog @ 28:68163c3ca407
Directly iterate over the entry set of the map.
http-client/trunk@2536 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Tue, 23 Aug 2011 13:59:20 +0000 |
parents | 73b211b559e2 |
children | 863c7301b7f5 |
line wrap: on
line diff
--- a/ChangeLog Tue Aug 23 13:49:16 2011 +0000 +++ b/ChangeLog Tue Aug 23 13:59:20 2011 +0000 @@ -1,3 +1,9 @@ +2011-08-23 Sascha L. Teichmann <sascha.teichmann@intevation.de> + + * src/main/java/de/intevation/artifacts/httpclient/utils/ArtifactProtocolUtils.java + (createFeedDocument): Directly iterate over the entry set of the map. Do not + use the more expensive 'for all key in keys: value = get(key)' + 2011-08-23 Sascha L. Teichmann <sascha.teichmann@intevation.de> * src/main/java/de/intevation/artifacts/httpclient/utils/ArtifactProtocolUtils.java: