mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
More stubs
This commit is contained in:
committed by
Stephan Brandauer
parent
8aa80882ea
commit
393a0759db
13
java/ql/test/stubs/javafx-web/javax/servlet/HttpMethodConstraintElement.java
generated
Normal file
13
java/ql/test/stubs/javafx-web/javax/servlet/HttpMethodConstraintElement.java
generated
Normal file
@@ -0,0 +1,13 @@
|
||||
// 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; }
|
||||
}
|
||||
Reference in New Issue
Block a user