Author: bayard
Date: Sat Jan  2 05:24:18 2010
New Revision: 895123

URL: http://svn.apache.org/viewvc?rev=895123&view=rev
Log:
Removing unused NestableRuntimeException legacy class. LANG-491

Modified:
    
commons/proper/lang/trunk/src/test/org/apache/commons/lang3/exception/ExceptionUtilsTest.java

Modified: 
commons/proper/lang/trunk/src/test/org/apache/commons/lang3/exception/ExceptionUtilsTest.java
URL: 
http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/test/org/apache/commons/lang3/exception/ExceptionUtilsTest.java?rev=895123&r1=895122&r2=895123&view=diff
==============================================================================
--- 
commons/proper/lang/trunk/src/test/org/apache/commons/lang3/exception/ExceptionUtilsTest.java
 (original)
+++ 
commons/proper/lang/trunk/src/test/org/apache/commons/lang3/exception/ExceptionUtilsTest.java
 Sat Jan  2 05:24:18 2010
@@ -550,11 +550,6 @@
 
     // Temporary classes to allow the nested exception code to be removed 
     // prior to a rewrite of this test class. 
-    private static class NestableRuntimeException extends RuntimeException { 
-        public NestableRuntimeException() { super(); }
-        @SuppressWarnings("unused")
-        public NestableRuntimeException(Throwable t) { super(t); }
-    }
     private static class NestableException extends Exception { 
         @SuppressWarnings("unused")
         public NestableException() { super(); }


Reply via email to