mirror of
https://github.com/github/codeql.git
synced 2025-12-22 11:46:32 +01:00
Java: add generated stubs back, but in a different directory from existing apache-http-5 stubs
This commit is contained in:
13
java/ql/test/stubs/apache-http-5-Generated/javax/servlet/HttpMethodConstraintElement.java
generated
Normal file
13
java/ql/test/stubs/apache-http-5-Generated/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