From 33d37e86800ea4500957eb82d4be87e81c3b940f Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Tue, 23 Oct 2012 07:07:59 -0700 Subject: [PATCH] Polish --- .../org/springframework/context/annotation/ComponentScan.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-context/src/main/java/org/springframework/context/annotation/ComponentScan.java b/spring-context/src/main/java/org/springframework/context/annotation/ComponentScan.java index ffd202737b..eaab654ec7 100644 --- a/spring-context/src/main/java/org/springframework/context/annotation/ComponentScan.java +++ b/spring-context/src/main/java/org/springframework/context/annotation/ComponentScan.java @@ -163,7 +163,7 @@ public @interface ComponentScan { *

Specifying zero classes is permitted but will have no effect on component * scanning. */ - Class[] value(); //doco + Class[] value(); } }