Remove duplicate serialVersionUID

pull/10718/head
Jeff Schnitzer 2 years ago
parent 384c6e6544
commit 23537c8809
  1. 2
      java/core/src/main/java/com/google/protobuf/ByteString.java

@ -1606,8 +1606,6 @@ public abstract class ByteString implements Iterable<Byte>, Serializable {
// Keep this class private to avoid deadlocks in classloading across threads as ByteString's
// static initializer loads LiteralByteString and another thread loads BoundedByteString.
private static final class BoundedByteString extends LiteralByteString {
private static final long serialVersionUID = 1L;
private final int bytesOffset;
private final int bytesLength;

Loading…
Cancel
Save