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

Stan notifications at github.com
Sun Jan 3 16:09:01 CET 2021


@ghubstan commented on this pull request.



> @@ -28,9 +28,11 @@
 import java.util.HashMap;
 import java.util.Map;
 
+import lombok.EqualsAndHashCode;
 import lombok.Value;
 
 @Value

Same as above...  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_r551017539
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20210103/e4008699/attachment.htm>


More information about the bisq-github mailing list