ExceptionTypeFilter and InstanceFilter live in util package itself now

Issue: SPR-9616
This commit is contained in:
Juergen Hoeller
2014-07-09 21:43:19 +02:00
parent 3c726aa6c1
commit bf9ccc8138
10 changed files with 112 additions and 92 deletions

View File

@@ -14,13 +14,15 @@
* limitations under the License.
*/
package org.springframework.util.filter;
package org.springframework.util;
import static java.util.Arrays.*;
import static org.junit.Assert.*;
import org.junit.Test;
import org.springframework.util.ExceptionTypeFilter;
/**
* @author Stephane Nicoll
*/

View File

@@ -14,13 +14,15 @@
* limitations under the License.
*/
package org.springframework.util.filter;
package org.springframework.util;
import static java.util.Arrays.*;
import static org.junit.Assert.*;
import org.junit.Test;
import org.springframework.util.InstanceFilter;
/**
* @author Stephane Nicoll
*/