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

Stan notifications at github.com
Sun Jan 3 16:08:19 CET 2021


@ghubstan commented on this pull request.



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

Commit  c2c1ac2 
Removes `@Value`, `@EqualsAndHashCode(callSuper = false)`
Adds `@Getter`,`@ToString`

I'm not absolutely certain this is what you asked for (by removing `@Value`), but keeping `@Value` , `@Getter`, `@ToString` is redundant because `@Getter`, `@ToString` are implicitly defined by `@Value`.

-- 
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#discussion_r551017452
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20210103/b3370fd8/attachment.htm>


More information about the bisq-github mailing list