Skip to content

Make the formatJavadoc option public.#512

Closed
nlupien wants to merge 1 commit intogoogle:masterfrom
nlupien:make_format_javadoc_option_public
Closed

Make the formatJavadoc option public.#512
nlupien wants to merge 1 commit intogoogle:masterfrom
nlupien:make_format_javadoc_option_public

Conversation

@nlupien
Copy link
Contributor

@nlupien nlupien commented Aug 21, 2020

Right now the formatJavadoc option in the JavaFormatterOptions isn't tag as either public or private so it gets the default package private scope. This change makes it public so other projects using this as a dependency can change this option.

In regards to tests, I'm not sure how to add the relevant test to validate the scope change but since we don't generally test scope, I assume we can skip them?.

Right now the formatJavadoc option in the JavaFormatterOptions isn't tag as either public or private so it gets the default package private scope. This change makes it public so other projects using this as a dependency can change this option.
@google-cla google-cla bot added the cla: yes label Aug 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants