[bisq-network/bisq] Adjust lombok annotations to reduce build warnings (#5021)

chimp1984 notifications at github.com
Sun Jan 3 16:51:06 CET 2021


@chimp1984 commented on this pull request.



>  
- at Value
- at EqualsAndHashCode(callSuper = false)

EqualsAndHashCode should be left

>  
- at Value
- at EqualsAndHashCode(callSuper = false)

EqualsAndHashCode should be left

> @@ -21,9 +21,11 @@
 import bisq.common.app.Version;
 import bisq.common.proto.network.NetworkEnvelope;
 
+import lombok.EqualsAndHashCode;
 import lombok.Value;
 
 @Value

I meant that @Value produces Lombok warnings as well so replace it with EqualsAndHashCode, Getter and ToString

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/5021#pullrequestreview-560706759
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20210103/bb0d89b6/attachment.htm>


More information about the bisq-github mailing list