mirror of
https://github.com/github/codeql.git
synced 2025-12-19 02:13:17 +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() {}
|
|
}
|