mirror of
https://github.com/github/codeql.git
synced 2026-04-27 17:55:19 +02:00
Java: Rename Annotation.getAValue predicates for array values
Predicate name could lead to confusion with non-array predicate getAValue()
This commit is contained in:
committed by
Chris Smowton
parent
b96061aa7e
commit
fd5fdd89d9
@@ -226,7 +226,7 @@ class TestNGListenersAnnotation extends TestNGAnnotation {
|
||||
* Gets a listener defined in this annotation.
|
||||
*/
|
||||
TestNGListenerImpl getAListener() {
|
||||
result = this.getAValue("value").(TypeLiteral).getReferencedType()
|
||||
result = this.getAnArrayValue("value").(TypeLiteral).getReferencedType()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user