picocog
picocog copied to clipboard
Remove leading underscore from field names
The fields names in PicoWriter and IndentedLine have leading underscores. As stated in #4, this goes against common Java code conventions, and should be avoided. This pull request refactors both classes by removing leading underscores from the names of their fields.
Closes #4
@ainslec I suggested some changes based on issue #4. Would you please check it out and maybe merge it?