commit | d272ceae99091894e9ab6e4b2ff21bed6301eb9e | [log] [tgz] |
---|---|---|
author | Gert Vanthienen <gertv@apache.org> | Tue Nov 13 12:32:01 2012 +0000 |
committer | Gert Vanthienen <gertv@apache.org> | Tue Nov 13 12:32:01 2012 +0000 |
tree | a5805355e7f179be6d6addbb4933962ec2d281ac | |
parent | 6f9c490dd4cfe28010c362304f4fab0644e61c51 [diff] |
FELIX-3752: Remove unused com.sun import causing compilation failure on AIX git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1408700 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/utils/src/test/java/org/apache/felix/utils/properties/PropertiesTest.java b/utils/src/test/java/org/apache/felix/utils/properties/PropertiesTest.java index fa8c48d..55249ee 100644 --- a/utils/src/test/java/org/apache/felix/utils/properties/PropertiesTest.java +++ b/utils/src/test/java/org/apache/felix/utils/properties/PropertiesTest.java
@@ -23,7 +23,6 @@ import java.util.Arrays; import java.util.List; -import com.sun.org.apache.xerces.internal.impl.dv.ValidatedInfo; import junit.framework.TestCase; /**