Polish tests in spring-aop

This commit polishes tests in spring-aop by using
OrderComparator.sort() and lambda expressions instead of anonymous
classes where feasible.

Closes gh-23458
This commit is contained in:
lijuny
2019-08-27 18:01:30 +08:00
committed by Sam Brannen
parent c6a4898ac5
commit a0d50a546b
8 changed files with 32 additions and 68 deletions

View File

@@ -182,5 +182,4 @@ public class ViewResolverRegistry {
getViewResolver();
}
}
}