Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 645d7c8

Browse files
committed
Fix documentation in apache/Lang.qll
1 parent 8578bc5 commit 645d7c8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • java/ql/src/semmle/code/java/frameworks/apache

java/ql/src/semmle/code/java/frameworks/apache/Lang.qll

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
/* Definitions related to the Apache Commons Exec library. */
1+
/* Definitions related to the Apache Commons Lang library. */
22
import semmle.code.java.Type
33

4+
/*--- Types ---*/
5+
/** The class `org.apache.commons.lang.RandomStringUtils` or `org.apache.commons.lang3.RandomStringUtils`. */
46
class TypeApacheRandomStringUtils extends Class {
57
TypeApacheRandomStringUtils() {
68
hasQualifiedName("org.apache.commons.lang", "RandomStringUtils") or

0 commit comments

Comments
 (0)