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 20:11:27 UTC

svn commit: r1225306 - in /xalan/java/trunk/src/org/apache/xml/dtm/ref: SecuritySupport.java SecuritySupport12.java

Author: mrglavas
Date: Wed Dec 28 19:11:27 2011
New Revision: 1225306

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

Modified:
    xalan/java/trunk/src/org/apache/xml/dtm/ref/SecuritySupport.java
    xalan/java/trunk/src/org/apache/xml/dtm/ref/SecuritySupport12.java

Modified: xalan/java/trunk/src/org/apache/xml/dtm/ref/SecuritySupport.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xml/dtm/ref/SecuritySupport.java?rev=1225306&r1=1225305&r2=1225306&view=diff
==============================================================================
--- xalan/java/trunk/src/org/apache/xml/dtm/ref/SecuritySupport.java (original)
+++ xalan/java/trunk/src/org/apache/xml/dtm/ref/SecuritySupport.java Wed Dec 28 19:11:27 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/dtm/ref/SecuritySupport12.java
URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xml/dtm/ref/SecuritySupport12.java?rev=1225306&r1=1225305&r2=1225306&view=diff
==============================================================================
--- xalan/java/trunk/src/org/apache/xml/dtm/ref/SecuritySupport12.java (original)
+++ xalan/java/trunk/src/org/apache/xml/dtm/ref/SecuritySupport12.java Wed Dec 28 19:11:27 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