Skip to content

Commit

Permalink
fixed constructor name
Browse files Browse the repository at this point in the history
  • Loading branch information
starkda committed Mar 25, 2024
1 parent 0a64225 commit 4dc4951
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/main/resources/org/jpeek/metrics/CCM.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ SOFTWARE.
<xsl:value-of select="$other/@name"/>
</method>
</edge>
<edge>
<method>
<xsl:value-of select="$other/@name"/>
</method>
<method>
<xsl:value-of select="$method/@name"/>
</method>
</edge>
<edge>
<method>
<xsl:value-of select="$other/@name"/>
</method>
<method>
<xsl:value-of select="$method/@name"/>
</method>
</edge>
</xsl:if>
</xsl:for-each>
</xsl:for-each>
Expand Down

0 comments on commit 4dc4951

Please sign in to comment.