mirror of
https://github.com/async-profiler/async-profiler.git
synced 2026-04-28 10:53:49 +00:00
Add missing stub for com.google.protobuf.ProtocolStringList (#1644)
This commit is contained in:
committed by
GitHub
parent
93b6ae376d
commit
d2172a6382
8
test/stubs/com/google/protobuf/ProtocolStringList.java
Normal file
8
test/stubs/com/google/protobuf/ProtocolStringList.java
Normal 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> {}
|
||||
Reference in New Issue
Block a user