braintree / braintree_java

Braintree Java library
https://developer.paypal.com/braintree/docs/start/overview
MIT License
158 stars 99 forks source link

Make `code` field final #81

Closed jbrower2 closed 4 years ago

jbrower2 commented 4 years ago

The code field in the ValidationErrorCode enum was public but not final. This could lead to a user accidentally changing the value of this field.

crookedneighbor commented 4 years ago

Thanks!