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 b09623c29c..ec3cf117ef 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