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
Follow up on a review from this previously merged PR #2031 :
"I would suggest privatizing the variables and adding getter/setter methods. Don't use 'record' otherwise you break the engine's compatibility with java 8 and all applications currently out there.
If you think the values of the variables should be immutable, then I would suggest writing the class like this:
Follow up on a review from this previously merged PR #2031 :
Originally posted by @capdevon in #2031 (comment)
The text was updated successfully, but these errors were encountered: