You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ap...@apache.org on 2018/08/07 19:04:34 UTC

[directory-scimple] branch feature/remove-extensions updated: Remove unused import

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

aphaskell pushed a commit to branch feature/remove-extensions
in repository https://gitbox.apache.org/repos/asf/directory-scimple.git


The following commit(s) were added to refs/heads/feature/remove-extensions by this push:
     new 877d677  Remove unused import
877d677 is described below

commit 877d677f4f7e51e5d01e8db98d129b1bb830060a
Author: Alex Haskell <ap...@psu.edu>
AuthorDate: Tue Aug 7 15:04:24 2018 -0400

    Remove unused import
---
 .../java/org/apache/directory/scim/server/utility/AttributeUtilTest.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/scim-server/scim-server-common/src/test/java/org/apache/directory/scim/server/utility/AttributeUtilTest.java b/scim-server/scim-server-common/src/test/java/org/apache/directory/scim/server/utility/AttributeUtilTest.java
index 6cd486c..17b198b 100644
--- a/scim-server/scim-server-common/src/test/java/org/apache/directory/scim/server/utility/AttributeUtilTest.java
+++ b/scim-server/scim-server-common/src/test/java/org/apache/directory/scim/server/utility/AttributeUtilTest.java
@@ -27,7 +27,6 @@ import java.util.Collections;
 import java.util.HashSet;
 import java.util.List;
 import java.util.Set;
-import java.util.stream.Collectors;
 
 import org.assertj.core.api.Assertions;
 import org.junit.Before;