This is an automated email from the ASF dual-hosted git repository.
pvillard pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
new f7cd8752ea NIFI-12837 - Fix checkstyle issue following a manual
cherrypick
f7cd8752ea is described below
commit f7cd8752ea10f92281bf126e60c320e5d449c72a
Author: Pierre Villard <[email protected]>
AuthorDate: Tue Apr 9 20:17:02 2024 +0200
NIFI-12837 - Fix checkstyle issue following a manual cherrypick
---
.../test/java/org/apache/nifi/services/smb/SmbjClientServiceTest.java | 4 ----
1 file changed, 4 deletions(-)
diff --git
a/nifi-nar-bundles/nifi-smb-bundle/nifi-smb-smbj-client/src/test/java/org/apache/nifi/services/smb/SmbjClientServiceTest.java
b/nifi-nar-bundles/nifi-smb-bundle/nifi-smb-smbj-client/src/test/java/org/apache/nifi/services/smb/SmbjClientServiceTest.java
index dba330fbc8..7193aad091 100644
---
a/nifi-nar-bundles/nifi-smb-bundle/nifi-smb-smbj-client/src/test/java/org/apache/nifi/services/smb/SmbjClientServiceTest.java
+++
b/nifi-nar-bundles/nifi-smb-bundle/nifi-smb-smbj-client/src/test/java/org/apache/nifi/services/smb/SmbjClientServiceTest.java
@@ -16,10 +16,6 @@
*/
package org.apache.nifi.services.smb;
-import static org.mockito.ArgumentMatchers.anyString;
-import static org.mockito.Mockito.verify;
-import static org.mockito.Mockito.when;
-
import com.hierynomus.smbj.session.Session;
import com.hierynomus.smbj.share.DiskShare;
import org.junit.jupiter.api.BeforeEach;