Remove language span marker interface

This commit is contained in:
Michał Sikora 2024-08-24 01:57:17 +02:00 committed by Ian Baker
parent d6f08a6237
commit 108a5ca2f5

View File

@ -31,7 +31,7 @@ import java.util.Set;
* voice spans</a>.
*/
@UnstableApi
public final class VoiceSpan implements LanguageFeatureSpan {
public final class VoiceSpan {
/** The speaker name. */
public final String speakerName;