<p></p>
<p><b>@ghubstan</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/5021#discussion_r551017539">core/src/main/java/bisq/core/network/p2p/inventory/messages/GetInventoryResponse.java</a>:</p>
<pre style='color:#555'>> @@ -28,9 +28,11 @@
 import java.util.HashMap;
 import java.util.Map;
 
+import lombok.EqualsAndHashCode;
 import lombok.Value;
 
 @Value
</pre>
<p>Same as above...  commit  <a class="commit-link" data-hovercard-type="commit" data-hovercard-url="https://github.com/bisq-network/bisq/commit/c2c1ac2087a8862dbf02007adf299aba460f92f5/hovercard" href="https://github.com/bisq-network/bisq/commit/c2c1ac2087a8862dbf02007adf299aba460f92f5"><tt>c2c1ac2</tt></a><br>
Removes <code>@Value</code>, <code>@EqualsAndHashCode(callSuper = false)</code><br>
Adds <code>@Getter</code>,<code>@ToString</code></p>
<p>I'm not absolutely certain this is what you asked for (by removing <code>@Value</code>), but keeping <code>@Value</code> , <code>@Getter</code>, <code>@ToString</code> is redundant because <code>@Getter</code>, <code>@ToString</code> are implicitly defined by <code>@Value</code>.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/bisq/pull/5021#discussion_r551017539">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNUGYY7YKN6Q6YJCAVLSYCCA3ANCNFSM4VNK4G5A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNUH7CXAW4VLDI5AD4TSYCCA3A5CNFSM4VNK4G5KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOEFV2SWA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq/pull/5021#discussion_r551017539",
"url": "https://github.com/bisq-network/bisq/pull/5021#discussion_r551017539",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>