Internal chanegs

PiperOrigin-RevId: 632278307
Protobuf Team Bot 2024-05-09 14:54:26 -07:00 committed by Copybara-Service
parent b5fc2735e9
commit 681b071444
1 changed files with 0 additions and 3 deletions

View File

@ -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