Make usingShortRepeatedPrimitives for textproto printer public

PiperOrigin-RevId: 688169485
pull/18920/head
Protobuf Team Bot 3 months ago committed by Copybara-Service
parent f971ed3f36
commit 8c1fa83fb8
  1. 2
      java/core/src/main/java/com/google/protobuf/TextFormat.java

@ -293,7 +293,7 @@ public final class TextFormat {
* @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,

Loading…
Cancel
Save