You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by ad...@apache.org on 2023/02/24 14:21:13 UTC

[ozone] branch HDDS-5447-httpfs updated: HDDS-7979. Replace import from shaded Guava (#4310)

This is an automated email from the ASF dual-hosted git repository.

adoroszlai pushed a commit to branch HDDS-5447-httpfs
in repository https://gitbox.apache.org/repos/asf/ozone.git


The following commit(s) were added to refs/heads/HDDS-5447-httpfs by this push:
     new 78accff380 HDDS-7979. Replace import from shaded Guava (#4310)
78accff380 is described below

commit 78accff380de043cfad99a5015d74a7013e7937c
Author: Zita Dombi <50...@users.noreply.github.com>
AuthorDate: Fri Feb 24 15:21:06 2023 +0100

    HDDS-7979. Replace import from shaded Guava (#4310)
---
 .../src/main/java/org/apache/ozone/lib/servlet/ServerWebApp.java        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hadoop-ozone/httpfsgateway/src/main/java/org/apache/ozone/lib/servlet/ServerWebApp.java b/hadoop-ozone/httpfsgateway/src/main/java/org/apache/ozone/lib/servlet/ServerWebApp.java
index 7aa00390cc..27459e08f4 100644
--- a/hadoop-ozone/httpfsgateway/src/main/java/org/apache/ozone/lib/servlet/ServerWebApp.java
+++ b/hadoop-ozone/httpfsgateway/src/main/java/org/apache/ozone/lib/servlet/ServerWebApp.java
@@ -18,9 +18,9 @@
 
 package org.apache.ozone.lib.servlet;
 
+import com.google.common.annotations.VisibleForTesting;
 import org.apache.hadoop.conf.Configuration;
 import org.apache.hadoop.hdds.annotation.InterfaceAudience;
-import org.apache.ratis.thirdparty.com.google.common.annotations.VisibleForTesting;
 import org.apache.ozone.lib.server.Server;
 import org.apache.ozone.lib.server.ServerException;
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@ozone.apache.org
For additional commands, e-mail: commits-help@ozone.apache.org