You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by as...@apache.org on 2019/05/14 21:18:41 UTC

[cxf] branch master updated: Removed unused import

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

ashakirin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/master by this push:
     new bca53bf  Removed unused import
bca53bf is described below

commit bca53bff89b0d18dea275847fcfa84b2a495acce
Author: Andrei Shakirin <an...@gmail.com>
AuthorDate: Tue May 14 23:23:16 2019 +0200

    Removed unused import
---
 .../java/org/apache/cxf/xkms/x509/repo/file/FileCertificateRepo.java     | 1 -
 1 file changed, 1 deletion(-)

diff --git a/services/xkms/xkms-x509-handlers/src/main/java/org/apache/cxf/xkms/x509/repo/file/FileCertificateRepo.java b/services/xkms/xkms-x509-handlers/src/main/java/org/apache/cxf/xkms/x509/repo/file/FileCertificateRepo.java
index 0a70679..5a1d569 100644
--- a/services/xkms/xkms-x509-handlers/src/main/java/org/apache/cxf/xkms/x509/repo/file/FileCertificateRepo.java
+++ b/services/xkms/xkms-x509-handlers/src/main/java/org/apache/cxf/xkms/x509/repo/file/FileCertificateRepo.java
@@ -36,7 +36,6 @@ import java.util.ArrayList;
 import java.util.Arrays;
 import java.util.Collections;
 import java.util.List;
-import java.util.regex.Pattern;
 
 import org.apache.cxf.xkms.exception.XKMSConfigurationException;
 import org.apache.cxf.xkms.handlers.Applications;