File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
java/core/src/main/java/com/google/protobuf Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 4343 * it cannot be modified via the wrapper.
4444 *
4545 * @author jonp@google.com (Jon Perlow)
46+ * @deprecated use {@link LazyStringArrayList#makeImmutable} instead.
4647 */
48+ @ Deprecated
4749public class UnmodifiableLazyStringList extends AbstractList <String >
4850 implements LazyStringList , RandomAccess {
4951
Original file line number Diff line number Diff line change @@ -168,8 +168,8 @@ set(libprotobuf_hdrs
168168 ${protobuf_SOURCE_DIR} /src/google/protobuf/reflection_ops.h
169169 ${protobuf_SOURCE_DIR} /src/google/protobuf/repeated_field.h
170170 ${protobuf_SOURCE_DIR} /src/google/protobuf/repeated_ptr_field.h
171- ${protobuf_SOURCE_DIR} /src/google/protobuf/serial_arena.h
172171 ${protobuf_SOURCE_DIR} /src/google/protobuf/service.h
172+ ${protobuf_SOURCE_DIR} /src/google/protobuf/serial_arena.h
173173 ${protobuf_SOURCE_DIR} /src/google/protobuf/stubs/callback.h
174174 ${protobuf_SOURCE_DIR} /src/google/protobuf/stubs/common.h
175175 ${protobuf_SOURCE_DIR} /src/google/protobuf/stubs/logging.h
You can’t perform that action at this time.
0 commit comments