mirror of
https://github.com/github/codeql.git
synced 2026-08-04 09:23:23 +02:00
10 lines
176 B
Java
Generated
10 lines
176 B
Java
Generated
// Generated automatically from org.dom4j.Comment for testing purposes
|
|
|
|
package org.dom4j;
|
|
|
|
import org.dom4j.CharacterData;
|
|
|
|
public interface Comment extends CharacterData
|
|
{
|
|
}
|