openid/OpenYOLO-Android

Always pass builder to the private constructor in wrapper types

iainmcgin opened this issue · 1 comments

@dxslly recommends this as a cleaner pattern, to cut down on the number of params passed to the hidden constructor of our validating types.

Looks like this should safe to close. A few classes still follow the old pattern, but the number of params passed is quite low and they can be changed as needed.