Author: sebb
Date: Mon Sep 28 20:06:18 2009
New Revision: 819698

URL: http://svn.apache.org/viewvc?rev=819698&view=rev
Log:
unused import

Modified:
    
commons/proper/lang/trunk/src/java/org/apache/commons/lang/exception/ExceptionContext.java

Modified: 
commons/proper/lang/trunk/src/java/org/apache/commons/lang/exception/ExceptionContext.java
URL: 
http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/java/org/apache/commons/lang/exception/ExceptionContext.java?rev=819698&r1=819697&r2=819698&view=diff
==============================================================================
--- 
commons/proper/lang/trunk/src/java/org/apache/commons/lang/exception/ExceptionContext.java
 (original)
+++ 
commons/proper/lang/trunk/src/java/org/apache/commons/lang/exception/ExceptionContext.java
 Mon Sep 28 20:06:18 2009
@@ -17,7 +17,6 @@
 package org.apache.commons.lang.exception;
 
 import java.io.Serializable;
-import java.util.Collections;
 import java.util.Set;
 
 


Reply via email to