mirror of
https://github.com/github/codeql.git
synced 2025-12-21 03:06:31 +01:00
12 lines
264 B
Java
Generated
12 lines
264 B
Java
Generated
// Generated automatically from io.netty.channel.ChannelId for testing purposes
|
|
|
|
package io.netty.channel;
|
|
|
|
import java.io.Serializable;
|
|
|
|
public interface ChannelId extends Comparable<ChannelId>, Serializable
|
|
{
|
|
String asLongText();
|
|
String asShortText();
|
|
}
|