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
It appears that the TeamEventStatus class should have the @Value annotation in order to automatically generated getter methods. The values of that model class are currently not able to be accessed outside of the package.
It appears that the
TeamEventStatus
class should have the@Value
annotation in order to automatically generated getter methods. The values of that model class are currently not able to be accessed outside of the package.https://github.com/RaiderRobotix/blue-alliance-api-java-library/blob/master/src/main/java/com/thebluealliance/api/v3/models/TeamEventStatus.java#L8
The text was updated successfully, but these errors were encountered: