From 501ce650556c4ccd23f470ce884148346c8094bd Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Mon, 4 Feb 2013 15:00:45 -0800 Subject: [PATCH] Polish @Configuration javadoc --- .../org/springframework/context/annotation/Configuration.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spring-context/src/main/java/org/springframework/context/annotation/Configuration.java b/spring-context/src/main/java/org/springframework/context/annotation/Configuration.java index b09623c29c0..ec3cf117ef7 100644 --- a/spring-context/src/main/java/org/springframework/context/annotation/Configuration.java +++ b/spring-context/src/main/java/org/springframework/context/annotation/Configuration.java @@ -68,8 +68,7 @@ import org.springframework.stereotype.Component; * * * - * - * } + * } * * In the example above, {@code } is required in order to * enable {@link ConfigurationClassPostProcessor} and other annotation-related