We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4997f3d commit 2b0a414Copy full SHA for 2b0a414
java/core/src/main/java/com/google/protobuf/GeneratedMessageLite.java
@@ -236,7 +236,7 @@ public final BuilderType toBuilder() {
236
*
237
* <p>For use by generated code only.
238
*/
239
- public static enum MethodToInvoke {
+ protected static enum MethodToInvoke {
240
// Rely on/modify instance state
241
GET_MEMOIZED_IS_INITIALIZED,
242
SET_MEMOIZED_IS_INITIALIZED,
0 commit comments