Remove "// fall through" comment where there is no falling through.

The case statement above returns.

PiperOrigin-RevId: 684601080
pull/18744/head
Mark Hansen 2 months ago committed by Copybara-Service
parent aebf8a80b7
commit 54007e7d0d
  1. 1
      src/google/protobuf/compiler/java/lite/message.cc

@ -357,7 +357,6 @@ void ImmutableMessageLiteGenerator::Generate(io::Printer* printer) {
printer->Print(
"}\n"
"// fall through\n"
"case GET_DEFAULT_INSTANCE: {\n"
" return DEFAULT_INSTANCE;\n"
"}\n"

Loading…
Cancel
Save