Skip to content

Commit

Permalink
#2433: changed hashcode
Browse files Browse the repository at this point in the history
  • Loading branch information
levBagryansky committed Aug 24, 2023
1 parent 5a7f1ef commit 6d1f43b
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,6 @@ SOFTWARE.
<xsl:value-of select="eo:class-name(@name, eo:suffix(@line, @pos))"/>
<xsl:text> extends PhDefault {</xsl:text>
<xsl:value-of select="eo:eol(0)"/>
<xsl:variable name="type" select="concat(//meta[head='package']/tail, '.', @name)"/>
<xsl:if test="$literal-objects[text()=$type]">
<xsl:value-of select="eo:tabs(1)"/>
<xs:text>private final AtomicBoolean initialized;</xs:text>
</xsl:if>
<xsl:apply-templates select="." mode="ctors"/>
<xsl:apply-templates select="." mode="equals-and-hashCode"/>
<xsl:if test="//meta[head='junit' or head='tests'] and not(@parent)">
Expand Down

0 comments on commit 6d1f43b

Please sign in to comment.