mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Java: Modify privateness of a couple imports for Guava
This commit is contained in:
@@ -3,4 +3,4 @@
|
||||
*/
|
||||
|
||||
import java
|
||||
private import StringUtils
|
||||
import StringUtils
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/** Definitions of flow steps through the various string utility fenctions in the Guava framework. */
|
||||
|
||||
import java
|
||||
import semmle.code.java.dataflow.FlowSteps
|
||||
private import semmle.code.java.dataflow.FlowSteps
|
||||
|
||||
/**
|
||||
* The class `com.google.common.base.Strings`.
|
||||
|
||||
Reference in New Issue
Block a user