Java: Modify privateness of a couple imports for Guava

This commit is contained in:
Joe Farebrother
2020-10-16 12:09:10 +01:00
parent 8cd00cf05f
commit 3ef9498d53
2 changed files with 2 additions and 2 deletions

View File

@@ -3,4 +3,4 @@
*/
import java
private import StringUtils
import StringUtils

View File

@@ -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`.