More stubs

This commit is contained in:
Tony Torralba
2023-03-10 10:08:58 +01:00
committed by Stephan Brandauer
parent 8aa80882ea
commit 393a0759db
575 changed files with 15595 additions and 19 deletions

View 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; }
}