Fix documentation in apache/Lang.qll

This commit is contained in:
Jonathan Leitschuh
2020-09-22 15:04:06 -04:00
parent 8578bc5cf0
commit 645d7c8831

View File

@@ -1,6 +1,8 @@
/* Definitions related to the Apache Commons Exec library. */
/* Definitions related to the Apache Commons Lang library. */
import semmle.code.java.Type
/*--- Types ---*/
/** The class `org.apache.commons.lang.RandomStringUtils` or `org.apache.commons.lang3.RandomStringUtils`. */
class TypeApacheRandomStringUtils extends Class {
TypeApacheRandomStringUtils() {
hasQualifiedName("org.apache.commons.lang", "RandomStringUtils") or