Mercurial > dive4elements > framework
comparison ChangeLog @ 350:ab743e750ac6
Changed namespace awareness in XML parsing to use no auto-boxing. Fixed a stranged compilation bug with OpenJDK.
artifacts/trunk@3311 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Wed, 23 Nov 2011 17:17:39 +0000 |
parents | b3eb029e07dd |
children | eb1136134d09 |
comparison
equal
deleted
inserted
replaced
349:b3eb029e07dd | 350:ab743e750ac6 |
---|---|
1 2011-11-21 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * artifacts-common/src/main/java/de/intevation/artifacts/common/utils/XMLUtils.java: | |
4 Changed Ingo's last commit to a more conservative notation (no auto-boxing). | |
5 Strangely the flys-client does not compile for me with the auto-boxed | |
6 syntax with OpenJDK! | |
7 | |
1 2011-11-21 Ingo Weinzierl <ingo@intevation.de> | 8 2011-11-21 Ingo Weinzierl <ingo@intevation.de> |
2 | 9 |
3 * artifacts-common/src/main/java/de/intevation/artifacts/common/utils/XMLUtils.java: | 10 * artifacts-common/src/main/java/de/intevation/artifacts/common/utils/XMLUtils.java: |
4 Added a method that allows to specify if the document needs to be | 11 Added a method that allows to specify if the document needs to be |
5 namespace aware or not while parsing from InputStream. | 12 namespace aware or not while parsing from InputStream. |