mirror of
https://github.com/github/codeql.git
synced 2025-12-21 11:16:30 +01:00
13 lines
227 B
Java
Generated
13 lines
227 B
Java
Generated
// Generated automatically from groovy.text.Template for testing purposes
|
|
|
|
package groovy.text;
|
|
|
|
import groovy.lang.Writable;
|
|
import java.util.Map;
|
|
|
|
public interface Template
|
|
{
|
|
Writable make();
|
|
Writable make(Map p0);
|
|
}
|