You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when you get a chance, please provide equals/hashcode implementations for Options classes, e.g. DeepLClientOptions.java and TextTranslationOptions.java.
I've been working on some configuration approaches using Spring ConfigurationProperties and Map<String,Object>. When writing unit tests, having equals/hashcode implementations for Options classes would have come in handy.