pjfanning commented on code in PR #931: URL: https://github.com/apache/incubator-pekko/pull/931#discussion_r1451547314
########## docs/src/main/java/docs/ddata/protobuf/msg/TwoPhaseSetMessages.java: ########## @@ -18,81 +18,87 @@ public final class TwoPhaseSetMessages { private TwoPhaseSetMessages() {} + public static void registerAllExtensions( - org.apache.pekko.protobufv3.internal.ExtensionRegistryLite registry) { - } + org.apache.pekko.protobufv3.internal.ExtensionRegistryLite registry) {} public static void registerAllExtensions( org.apache.pekko.protobufv3.internal.ExtensionRegistry registry) { - registerAllExtensions( - (org.apache.pekko.protobufv3.internal.ExtensionRegistryLite) registry); + registerAllExtensions((org.apache.pekko.protobufv3.internal.ExtensionRegistryLite) registry); } - public interface TwoPhaseSetOrBuilder extends + + public interface TwoPhaseSetOrBuilder + extends Review Comment: the PR is big enough without making us have to read through all the unrelated code reformatting -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For additional commands, e-mail: notifications-h...@pekko.apache.org