mirror of
https://github.com/github/codeql.git
synced 2025-12-21 19:26:31 +01:00
14 lines
467 B
Java
14 lines
467 B
Java
// Generated automatically from javax.servlet.HttpMethodConstraintElement for testing purposes
|
|
|
|
package javax.servlet;
|
|
|
|
import javax.servlet.HttpConstraintElement;
|
|
|
|
public class HttpMethodConstraintElement extends HttpConstraintElement
|
|
{
|
|
protected HttpMethodConstraintElement() {}
|
|
public HttpMethodConstraintElement(String p0){}
|
|
public HttpMethodConstraintElement(String p0, HttpConstraintElement p1){}
|
|
public String getMethodName(){ return null; }
|
|
}
|