Skip to content

Commit

Permalink
Make usingShortRepeatedPrimitives for textproto printer public
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 688169485
  • Loading branch information
protobuf-github-bot authored and copybara-github committed Oct 21, 2024
1 parent f971ed3 commit 8c1fa83
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ Printer enablingSafeDebugFormat(boolean enablingSafeDebugFormat) {
* @return a new Printer that clones all other configurations from the current {@link Printer},
* with the useShortRepeatedPrimitives mode set to the given parameter.
*/
Printer usingShortRepeatedPrimitives(boolean useShortRepeatedPrimitives) {
public Printer usingShortRepeatedPrimitives(boolean useShortRepeatedPrimitives) {
return new Printer(
escapeNonAscii,
useShortRepeatedPrimitives,
Expand Down

0 comments on commit 8c1fa83

Please sign in to comment.