Skip to content

Commit 2613e58

Browse files
committed
Remove duplicated class
1 parent 0589dd7 commit 2613e58

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

java/ql/src/experimental/Security/CWE/CWE-522/InsecureLdapAuth.ql

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@ class InsecureLdapUrlLiteral extends StringLiteral {
3030
}
3131
}
3232

33-
/** The interface `javax.naming.Context`. */
34-
class TypeNamingContext extends Interface {
35-
TypeNamingContext() { this.hasQualifiedName("javax.naming", "Context") }
36-
}
37-
3833
/** The class `java.util.Hashtable`. */
3934
class TypeHashtable extends Class {
4035
TypeHashtable() { this.getSourceDeclaration().hasQualifiedName("java.util", "Hashtable") }

0 commit comments

Comments
 (0)