minor nit.

This commit is contained in:
Porcupiney Hairs
2020-11-13 00:39:09 +05:30
parent f8de94e906
commit eb6d6113d9

View File

@@ -4,7 +4,6 @@
import semmle.code.java.Type
// import semmle.code.java.dataflow.FlowSources
/** The type `java.net.URLConnection`. */
class TypeUrlConnection extends RefType {
TypeUrlConnection() { hasQualifiedName("java.net", "URLConnection") }