This is an automated email from the ASF dual-hosted git repository.
brahma pushed a commit to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/ambari.git
The following commit(s) were added to refs/heads/branch-2.7 by this push:
new 521cbbdb93 AMBARI-26032: WidgetResourceProvider wrong import order
causing compilation failure (#3765)
521cbbdb93 is described below
commit 521cbbdb93c7d5f0dd93ef1f5ab357df8d12bb71
Author: Mohammad Arshad <[email protected]>
AuthorDate: Thu Jan 11 20:05:10 2024 +0530
AMBARI-26032: WidgetResourceProvider wrong import order causing compilation
failure (#3765)
Signed-off-by: Brahma Reddy Battula <[email protected]>
---
.../ambari/server/controller/internal/WidgetResourceProvider.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/ambari-server/src/main/java/org/apache/ambari/server/controller/internal/WidgetResourceProvider.java
b/ambari-server/src/main/java/org/apache/ambari/server/controller/internal/WidgetResourceProvider.java
index 2aec279152..b462f94585 100644
---
a/ambari-server/src/main/java/org/apache/ambari/server/controller/internal/WidgetResourceProvider.java
+++
b/ambari-server/src/main/java/org/apache/ambari/server/controller/internal/WidgetResourceProvider.java
@@ -54,10 +54,10 @@ import
org.springframework.security.access.AccessDeniedException;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
-import com.google.gson.JsonSerializer;
import com.google.gson.JsonElement;
-import com.google.gson.JsonSerializationContext;
import com.google.gson.JsonPrimitive;
+import com.google.gson.JsonSerializationContext;
+import com.google.gson.JsonSerializer;
import com.google.inject.Inject;
/**
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]