We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eca114 commit 75e7574Copy full SHA for 75e7574
scripts/common.xsl
@@ -233,7 +233,6 @@
233
<xsl:param name="type"/>
234
235
<xsl:choose>
236
- <xsl:when test="$type = 'String'"><xsl:text>string</xsl:text></xsl:when>
237
<xsl:when test="$type = 'BigInteger'"><xsl:text>integer</xsl:text></xsl:when>
238
<xsl:when test="$type = 'Integer'"><xsl:text>int</xsl:text></xsl:when>
239
<xsl:when test="$type = 'Long'"><xsl:text>long</xsl:text></xsl:when>
0 commit comments