Automated rollback of commit 2b0a414573.

PiperOrigin-RevId: 686927185
pull/18876/head
Mark Hansen 5 months ago committed by Copybara-Service
parent 54de2e5a6e
commit fe6234122b
  1. 3
      .bazelignore
  2. 11
      .gitmodules
  3. 2
      java/core/src/main/java/com/google/protobuf/GeneratedMessageLite.java

@ -1 +1,4 @@
# These are fetched as external repositories.
third_party/abseil-cpp
third_party/googletest
_build/

11
.gitmodules vendored

@ -0,0 +1,11 @@
[submodule "third_party/googletest"]
path = third_party/googletest
url = https://github.com/google/googletest.git
ignore = dirty
[submodule "third_party/abseil-cpp"]
path = third_party/abseil-cpp
url = https://github.com/abseil/abseil-cpp.git
branch = lts_2023_08_02
[submodule "third_party/jsoncpp"]
path = third_party/jsoncpp
url = https://github.com/open-source-parsers/jsoncpp.git

@ -236,7 +236,7 @@ public abstract class GeneratedMessageLite<
*
* <p>For use by generated code only.
*/
protected static enum MethodToInvoke {
public static enum MethodToInvoke {
// Rely on/modify instance state
GET_MEMOIZED_IS_INITIALIZED,
SET_MEMOIZED_IS_INITIALIZED,

Loading…
Cancel
Save