Skip to content

Commit

Permalink
Mark UnmodifiableLazyStringList deprecated. UnmodifiableLazyStringLis…
Browse files Browse the repository at this point in the history
…t is unnecessary and will be removed in a future release.

PiperOrigin-RevId: 495357579
  • Loading branch information
protobuf-github-bot authored and Copybara-Service committed Dec 14, 2022
1 parent 33593ed commit 9595cbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Expand Up @@ -43,7 +43,9 @@
* it cannot be modified via the wrapper.
*
* @author jonp@google.com (Jon Perlow)
* @deprecated use {@link LazyStringArrayList#makeImmutable} instead.
*/
@Deprecated
public class UnmodifiableLazyStringList extends AbstractList<String>
implements LazyStringList, RandomAccess {

Expand Down
2 changes: 1 addition & 1 deletion src/file_lists.cmake
Expand Up @@ -168,8 +168,8 @@ set(libprotobuf_hdrs
${protobuf_SOURCE_DIR}/src/google/protobuf/reflection_ops.h
${protobuf_SOURCE_DIR}/src/google/protobuf/repeated_field.h
${protobuf_SOURCE_DIR}/src/google/protobuf/repeated_ptr_field.h
${protobuf_SOURCE_DIR}/src/google/protobuf/serial_arena.h
${protobuf_SOURCE_DIR}/src/google/protobuf/service.h
${protobuf_SOURCE_DIR}/src/google/protobuf/serial_arena.h
${protobuf_SOURCE_DIR}/src/google/protobuf/stubs/callback.h
${protobuf_SOURCE_DIR}/src/google/protobuf/stubs/common.h
${protobuf_SOURCE_DIR}/src/google/protobuf/stubs/logging.h
Expand Down

0 comments on commit 9595cbb

Please sign in to comment.