[java-opensaml COMMIT] /trunk/opensaml-storage-impl/src/main/java/org/opensaml/storage/impl/MemoryStorageService.java

noreply at shibboleth.net noreply at shibboleth.net
Mon Jul 8 12:53:05 EDT 2013


Author: scantor
Date: Mon Jul  8 12:53:04 2013
New Revision: 3404

URL: http://svn.shibboleth.net/view/java-opensaml?rev=3404&view=rev
Log:
Unneeded import.

Modified:
    trunk/opensaml-storage-impl/src/main/java/org/opensaml/storage/impl/MemoryStorageService.java

Modified: trunk/opensaml-storage-impl/src/main/java/org/opensaml/storage/impl/MemoryStorageService.java
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-storage-impl/src/main/java/org/opensaml/storage/impl/MemoryStorageService.java?rev=3404&r1=3403&r2=3404&view=diff
==============================================================================
--- trunk/opensaml-storage-impl/src/main/java/org/opensaml/storage/impl/MemoryStorageService.java (original)
+++ trunk/opensaml-storage-impl/src/main/java/org/opensaml/storage/impl/MemoryStorageService.java Mon Jul  8 12:53:04 2013
@@ -38,7 +38,6 @@
 import org.opensaml.storage.AbstractStorageService;
 import org.opensaml.storage.StorageCapabilities;
 import org.opensaml.storage.StorageRecord;
-import org.opensaml.storage.StorageSerializer;
 import org.opensaml.storage.VersionMismatchException;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;



More information about the commits mailing list