-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: EasyPostTimeInTransitData
inaccessible
#304
Labels
ready
Pull request is ready to merge
Comments
nwithan8
added a commit
that referenced
this issue
Mar 21, 2024
@zarubto4 We have just released v7.1.1 for this patch, thanks for submitting this issue! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Software Version
7.1.0
Language Version
Java 17
Operating System
MacOS
What happened?
Hi,
in object EasyPostTimeInTransitData here
https://github.com/EasyPost/easypost-java/blame/master/src/main/java/com/easypost/model/EstimatedDeliveryDate.java
you have all values as private without abstract parent services.
So it's not possible to use that in Java.
What was expected?
Set is as public or create abstract class with
@Getter
Sample Code
Relevant logs
No response
The text was updated successfully, but these errors were encountered: