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

Skip to content

Commit 3ef9498

Browse files
Java: Modify privateness of a couple imports for Guava
1 parent 8cd00cf commit 3ef9498

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

java/ql/src/semmle/code/java/frameworks/guava/Guava.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
*/
44

55
import java
6-
private import StringUtils
6+
import StringUtils

java/ql/src/semmle/code/java/frameworks/guava/StringUtils.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/** Definitions of flow steps through the various string utility fenctions in the Guava framework. */
22

33
import java
4-
import semmle.code.java.dataflow.FlowSteps
4+
private import semmle.code.java.dataflow.FlowSteps
55

66
/**
77
* The class `com.google.common.base.Strings`.

0 commit comments

Comments
 (0)