mirror of
https://github.com/github/codeql.git
synced 2026-06-29 08:37:04 +02:00
Java: Delete old deprecated code.
This commit is contained in:
@@ -156,9 +156,6 @@ class SpringRequestMappingMethod extends SpringControllerMethod {
|
||||
result = this.getProducesExpr().(CompileTimeConstantExpr).getStringValue()
|
||||
}
|
||||
|
||||
/** DEPRECATED: Use `getAValue()` instead. */
|
||||
deprecated string getValue() { result = requestMappingAnnotation.getStringValue("value") }
|
||||
|
||||
/**
|
||||
* Gets a "value" @RequestMapping annotation string value, if present.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user