Skip to content

Commit 2ef99cd

Browse files
committed
Merge pull request #179 from EzequielB/spring-aop-cleaning
* spring-aop-cleaning: Remove unused imports
2 parents 6ca71ab + b43bc86 commit 2ef99cd

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

Diff for: spring-aop/src/main/java/org/springframework/aop/support/AbstractRegexpMethodPointcut.java

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2009 the original author or authors.
2+
* Copyright 2002-2012 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -16,8 +16,6 @@
1616

1717
package org.springframework.aop.support;
1818

19-
import java.io.IOException;
20-
import java.io.ObjectInputStream;
2119
import java.io.Serializable;
2220
import java.lang.reflect.Method;
2321
import java.util.Arrays;

Diff for: spring-aop/src/main/java/org/springframework/aop/support/AopUtils.java

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2010 the original author or authors.
2+
* Copyright 2002-2012 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -23,8 +23,6 @@
2323
import java.util.LinkedList;
2424
import java.util.List;
2525
import java.util.Set;
26-
import java.util.regex.Matcher;
27-
import java.util.regex.Pattern;
2826

2927
import org.springframework.aop.Advisor;
3028
import org.springframework.aop.AopInvocationException;

0 commit comments

Comments
 (0)