Internal chanegs

PiperOrigin-RevId: 634600978
pull/16814/head
Protobuf Team Bot 10 months ago committed by Copybara-Service
parent 34c843d671
commit a521e6e152
  1. 3
      java/core/src/main/java/com/google/protobuf/RuntimeVersion.java

@ -7,8 +7,6 @@
package com.google.protobuf;
import java.util.logging.Logger;
/**
* Provides the version of this Protobuf Java runtime, and methods for Protobuf Java gencode to
* validate that versions are compatible. Fields and methods in this class should be only accessed
@ -38,7 +36,6 @@ public final class RuntimeVersion {
public static final String SUFFIX = OSS_SUFFIX;
private static final String VERSION_STRING = versionString(MAJOR, MINOR, PATCH, SUFFIX);
private static final Logger logger = Logger.getLogger(RuntimeVersion.class.getName());
/**
* Validates that the gencode version is compatible with this runtime version according to

Loading…
Cancel
Save