Add missing stub for com.google.protobuf.ProtocolStringList (#1644)

This commit is contained in:
Francesco Andreuzzi
2026-01-08 13:25:47 +01:00
committed by GitHub
parent 93b6ae376d
commit d2172a6382

View File

@@ -0,0 +1,8 @@
/*
* Copyright The async-profiler authors
* SPDX-License-Identifier: Apache-2.0
*/
package com.google.protobuf;
public interface ProtocolStringList extends java.util.List<String> {}