svn commit: r1225307 - in /xalan/java/trunk/src/org/apache/xml/utils: SecuritySupport.java SecuritySupport12.java
[email protected] Wed, 28 Dec 2011 19:13:35 -0000
| Newsgroups | gmane.text.xml.xalan.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: mrglavas
Date: Wed Dec 28 19:13:34 2011
New Revision: 1225307
URL: http://svn.apache.org/viewvc?rev=1225307&view=rev
Log:
Clean-up unused imports.
Modified:
xalan/java/trunk/src/org/apache/xml/utils/SecuritySupport.java
xalan/java/trunk/src/org/apache/xml/utils/SecuritySupport12.java
Modified: xalan/java/trunk/src/org/apache/xml/utils/SecuritySupport.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xml/utils/SecuritySupport.java?rev=1225307&r1=1225306&r2=1225307&view=diff
==============================================================================
--- xalan/java/trunk/src/org/apache/xml/utils/SecuritySupport.java (original)
+++ xalan/java/trunk/src/org/apache/xml/utils/SecuritySupport.java Wed Dec 28 19:13:34 2011
@@ -26,8 +26,6 @@ import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.InputStream;
-import java.util.Properties;
-
/**
* This class is duplicated for each Xalan-Java subpackage so keep it in sync.
* It is package private and therefore is not exposed as part of the Xalan-Java
Modified: xalan/java/trunk/src/org/apache/xml/utils/SecuritySupport12.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xml/utils/SecuritySupport12.java?rev=1225307&r1=1225306&r2=1225307&view=diff
==============================================================================
--- xalan/java/trunk/src/org/apache/xml/utils/SecuritySupport12.java (original)
+++ xalan/java/trunk/src/org/apache/xml/utils/SecuritySupport12.java Wed Dec 28 19:13:34 2011
@@ -25,14 +25,11 @@ import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.InputStream;
-
import java.security.AccessController;
import java.security.PrivilegedAction;
import java.security.PrivilegedActionException;
import java.security.PrivilegedExceptionAction;
-import java.util.Properties;
-
/**
* This class is duplicated for each Xalan-Java subpackage so keep it in sync.
* It is package private and therefore is not exposed as part of the Xalan-Java