Mercurial > dive4elements > framework
comparison ChangeLog @ 342:9a85e0ef6e02
StringUtils: Added static method to convert an array of string to their uppercase counterparts.
artifacts/trunk@2993 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Mon, 17 Oct 2011 15:42:43 +0000 |
parents | e0efa2c28d19 |
children | 542caebea773 |
comparison
equal
deleted
inserted
replaced
341:e0efa2c28d19 | 342:9a85e0ef6e02 |
---|---|
1 2011-10-17 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 * artifacts-common/src/main/java/de/intevation/artifacts/common/utils/StringUtils.java(toUpperCase): | |
4 Added static method to convert an array of string to their uppercase counterparts. | |
5 | |
1 2011-10-13 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 6 2011-10-13 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2 | 7 |
3 * artifacts-common/src/main/java/de/intevation/artifacts/common/utils/ClientProtocolUtils.java: | 8 * artifacts-common/src/main/java/de/intevation/artifacts/common/utils/ClientProtocolUtils.java: |
4 (newRemoveArtifactDocument): New, create a "remove artifact" document. | 9 (newRemoveArtifactDocument): New, create a "remove artifact" document. |
5 Cosmetics, docs. | 10 Cosmetics, docs. |