mirror of
https://github.com/github/codeql.git
synced 2025-12-19 18:33:16 +01:00
11 lines
226 B
Java
Generated
11 lines
226 B
Java
Generated
// Generated automatically from javax.servlet.http.MappingMatch for testing purposes
|
|
|
|
package javax.servlet.http;
|
|
|
|
|
|
public enum MappingMatch
|
|
{
|
|
CONTEXT_ROOT, DEFAULT, EXACT, EXTENSION, PATH;
|
|
private MappingMatch() {}
|
|
}
|