[jbossws-commits] JBossWS SVN: r4922 - stack/native/branches/dlofthouse/JBWS-1873/src/main/java/org/jboss/ws/tools/helpers.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Mon Oct 29 12:40:19 EDT 2007


Author: darran.lofthouse at jboss.com
Date: 2007-10-29 12:40:18 -0400 (Mon, 29 Oct 2007)
New Revision: 4922

Modified:
   stack/native/branches/dlofthouse/JBWS-1873/src/main/java/org/jboss/ws/tools/helpers/MappingFileGeneratorHelper.java
Log:
Fix minor regression.

Modified: stack/native/branches/dlofthouse/JBWS-1873/src/main/java/org/jboss/ws/tools/helpers/MappingFileGeneratorHelper.java
===================================================================
--- stack/native/branches/dlofthouse/JBWS-1873/src/main/java/org/jboss/ws/tools/helpers/MappingFileGeneratorHelper.java	2007-10-29 15:53:50 UTC (rev 4921)
+++ stack/native/branches/dlofthouse/JBWS-1873/src/main/java/org/jboss/ws/tools/helpers/MappingFileGeneratorHelper.java	2007-10-29 16:40:18 UTC (rev 4922)
@@ -716,7 +716,7 @@
             // Anonymous
             if (localName == null)
             {
-               String tempName = ToolsUtils.firstLetterUpperCase(containingElement) + ToolsUtils.firstLetterUpperCase(name);
+               String tempName = containingElement + ToolsUtils.firstLetterUpperCase(name);
                javaType = getJavaTypeAsString(null, new QName(tempName), false, true);
                StringBuilder temp = new StringBuilder();
                if (containingType != null && containingType.length() > 0)




More information about the jbossws-commits mailing list