You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by be...@apache.org on 2018/11/15 20:36:01 UTC

[ambari] branch trunk updated: AMBARI-24871 fix checkstyle violation (benyoka) (#2620)

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

benyoka pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 09f3766  AMBARI-24871 fix checkstyle violation (benyoka) (#2620)
09f3766 is described below

commit 09f376681cd8043ce63aee0bc40cfb919bdfe991
Author: benyoka <be...@users.noreply.github.com>
AuthorDate: Thu Nov 15 21:35:57 2018 +0100

    AMBARI-24871 fix checkstyle violation (benyoka) (#2620)
---
 .../org/apache/ambari/server/security/encryption/CredentialProvider.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ambari-server/src/main/java/org/apache/ambari/server/security/encryption/CredentialProvider.java b/ambari-server/src/main/java/org/apache/ambari/server/security/encryption/CredentialProvider.java
index 7d7bb68..6ebccbf 100644
--- a/ambari-server/src/main/java/org/apache/ambari/server/security/encryption/CredentialProvider.java
+++ b/ambari-server/src/main/java/org/apache/ambari/server/security/encryption/CredentialProvider.java
@@ -17,7 +17,6 @@
  */
 package org.apache.ambari.server.security.encryption;
 
-import java.io.File;
 import java.io.FileOutputStream;
 import java.io.IOException;
 import java.util.Random;