Add TODO to remove EMPTY in a future breaking release.

PiperOrigin-RevId: 495619064
pull/11305/head
Protobuf Team Bot 2 years ago committed by Copybara-Service
parent a8bf6efb47
commit 2d12041ae0
  1. 2
      java/core/src/main/java/com/google/protobuf/LazyStringArrayList.java

@ -75,6 +75,8 @@ public class LazyStringArrayList extends AbstractProtobufList<String>
/** /**
* For compatibility with older runtimes. * For compatibility with older runtimes.
* *
* <p>TODO(b/258340024) Remove this in a breaking release.
*
* @deprecated use {@link emptyList()} instead * @deprecated use {@link emptyList()} instead
*/ */
@Deprecated public static final LazyStringList EMPTY = EMPTY_LIST; @Deprecated public static final LazyStringList EMPTY = EMPTY_LIST;

Loading…
Cancel
Save