You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by mr...@apache.org on 2011/12/28 19:59:36 UTC

svn commit: r1225290 - in /xalan/java/trunk/src/org/apache/xalan/extensions: SecuritySupport.java SecuritySupport12.java

Author: mrglavas
Date: Wed Dec 28 18:59:36 2011
New Revision: 1225290

URL: http://svn.apache.org/viewvc?rev=1225290&view=rev
Log:
Clean-up unused imports.

Modified:
    xalan/java/trunk/src/org/apache/xalan/extensions/SecuritySupport.java
    xalan/java/trunk/src/org/apache/xalan/extensions/SecuritySupport12.java

Modified: xalan/java/trunk/src/org/apache/xalan/extensions/SecuritySupport.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/extensions/SecuritySupport.java?rev=1225290&r1=1225289&r2=1225290&view=diff
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/extensions/SecuritySupport.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/extensions/SecuritySupport.java Wed Dec 28 18:59:36 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/xalan/extensions/SecuritySupport12.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xalan/extensions/SecuritySupport12.java?rev=1225290&r1=1225289&r2=1225290&view=diff
==============================================================================
--- xalan/java/trunk/src/org/apache/xalan/extensions/SecuritySupport12.java (original)
+++ xalan/java/trunk/src/org/apache/xalan/extensions/SecuritySupport12.java Wed Dec 28 18:59:36 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



---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org