Make public FieldDescriptor.legacyEnumFieldTreatedAsClosed()

PiperOrigin-RevId: 512708108
pull/12071/head
Sandy Zhang 2 years ago committed by Copybara-Service
parent bf0d8e2384
commit 97c1e2968a
  1. 2
      java/core/src/main/java/com/google/protobuf/Descriptors.java

@ -1344,7 +1344,7 @@ public final class Descriptors {
* <p>Care should be taken when using this function to respect the target runtime's enum
* handling quirks.
*/
boolean legacyEnumFieldTreatedAsClosed() {
public boolean legacyEnumFieldTreatedAsClosed() {
return getType() == Type.ENUM && getFile().getSyntax() == Syntax.PROTO2;
}

Loading…
Cancel
Save