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
Currently, all fields in PicoWriter are prefixed with _, this is against Java code conventions and only exists as a way to prevent field = field in setters... which can be prevented with this.field = field anyways.