Skip to content

Commit 775338e

Browse files
committed
Rename getArrayValue to getAValue
1 parent f575d2f commit 775338e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

java/ql/lib/semmle/code/java/frameworks/spring/SpringController.qll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,8 @@ class SpringRequestMappingMethod extends SpringControllerMethod {
159159

160160

161161
/** Gets the "value" @RequestMapping annotation array string value, if present. */
162-
string getArrayValue() { result = requestMappingAnnotation.getAStringArrayValue("value") }
162+
string getAValue() { result = requestMappingAnnotation.getAStringArrayValue("value") }
163+
163164
/** Gets the "method" @RequestMapping annotation value, if present. */
164165
string getMethodValue() {
165166
result = requestMappingAnnotation.getAnEnumConstantArrayValue("method").getName()

0 commit comments

Comments
 (0)