mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
Fix documentation in apache/Lang.qll
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user