Skip to content

Commit fca249a

Browse files
committed
Java: Address review comments.
1 parent 6e486d4 commit fca249a

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

java/ql/lib/semmle/code/java/dataflow/FlowSources.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ abstract class RemoteFlowSource extends DataFlow::Node {
4141
*/
4242
private module RemoteFlowSources {
4343
private import semmle.code.java.frameworks.android.Widget
44-
private import semmle.code.java.security.TemplateInjection
4544
}
4645

4746
private class ExternalRemoteFlowSource extends RemoteFlowSource {

java/ql/lib/semmle/code/java/frameworks/Jdbc.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Provides classes and predicates for working with the Java JDBC API.
33
*/
44

5-
private import java
5+
import java
66

77
/*--- Types ---*/
88
/** The interface `java.sql.Connection`. */

java/ql/lib/semmle/code/java/frameworks/Regex.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/** Definitions related to `java.util.regex`. */
22

3-
private import java
3+
import java
44

55
/** The class `java.util.regex.Pattern`. */
66
class TypeRegexPattern extends Class {

0 commit comments

Comments
 (0)