Mercurial > dive4elements > http-client
comparison 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 |
comparison
equal
deleted
inserted
replaced
27:73b211b559e2 | 28:68163c3ca407 |
---|---|
1 2011-08-23 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/artifacts/httpclient/utils/ArtifactProtocolUtils.java | |
4 (createFeedDocument): Directly iterate over the entry set of the map. Do not | |
5 use the more expensive 'for all key in keys: value = get(key)' | |
6 | |
1 2011-08-23 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 7 2011-08-23 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 8 |
3 * src/main/java/de/intevation/artifacts/httpclient/utils/ArtifactProtocolUtils.java: | 9 * src/main/java/de/intevation/artifacts/httpclient/utils/ArtifactProtocolUtils.java: |
4 Replaced some XPath attribute extraction by simple DOM getAttributeNS() calls. | 10 Replaced some XPath attribute extraction by simple DOM getAttributeNS() calls. |
5 | 11 |