<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_r551017452">core/src/main/java/bisq/core/network/p2p/inventory/messages/GetInventoryRequest.java</a>:</p>
<pre style='color:#555'>> @@ -21,9 +21,11 @@
 import bisq.common.app.Version;
 import bisq.common.proto.network.NetworkEnvelope;
 
+import lombok.EqualsAndHashCode;
 import lombok.Value;
 
 @Value
</pre>
<p>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_r551017452">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNTNNAIFFFMPVKDMFBLSYCB6HANCNFSM4VNK4G5A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNSAVM7XMFGEIW3J2WDSYCB6HA5CNFSM4VNK4G5KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOEFV2SJI.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_r551017452",
"url": "https://github.com/bisq-network/bisq/pull/5021#discussion_r551017452",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>