We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30c621c commit 9721758Copy full SHA for 9721758
1 file changed
java/core/src/test/java/com/google/protobuf/GeneratedMessagePre22ErrorTest.java
@@ -50,4 +50,4 @@ public void extendableMessage_makeExtensionsImmutableShouldError() {
50
Throwable e = assertThrows(UnsupportedOperationException.class, () -> msg.makeExtensionsImmutable());
51
assertThat(e).hasMessageThat().contains(GeneratedMessage.PRE22_GENCODE_VULNERABILITY_MESSAGE);
52
}
53
-}
+}
0 commit comments