Skip to content

Commit

Permalink
Polishing
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoeller committed Dec 16, 2019
1 parent 0711e58 commit 7474ee7
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -56,7 +56,7 @@
public class CacheReproTests {

@Test
public void spr11124MultipleAnnotations() throws Exception {
public void spr11124MultipleAnnotations() {
AnnotationConfigApplicationContext context = new AnnotationConfigApplicationContext(Spr11124Config.class);
Spr11124Service bean = context.getBean(Spr11124Service.class);
bean.single(2);
Expand All @@ -67,7 +67,7 @@ public void spr11124MultipleAnnotations() throws Exception {
}

@Test
public void spr11249PrimitiveVarargs() throws Exception {
public void spr11249PrimitiveVarargs() {
AnnotationConfigApplicationContext context = new AnnotationConfigApplicationContext(Spr11249Config.class);
Spr11249Service bean = context.getBean(Spr11249Service.class);
Object result = bean.doSomething("op", 2, 3);
Expand Down

0 comments on commit 7474ee7

Please sign in to comment.