We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a040191 commit 3ea914bCopy full SHA for 3ea914b
src/test/java/com/google/cloud/logging/logback/LoggingAppenderTest.java
@@ -27,7 +27,7 @@
27
import ch.qos.logback.classic.filter.ThresholdFilter;
28
import ch.qos.logback.classic.spi.ILoggingEvent;
29
import ch.qos.logback.classic.spi.LoggingEvent;
30
-import com.google.api.client.util.Strings;
+import com.google.common.base.Strings;
31
import com.google.cloud.MonitoredResource;
32
import com.google.cloud.Timestamp;
33
import com.google.cloud.logging.LogEntry;
0 commit comments