diff --git a/core/src/main/java/org/apache/struts2/interceptor/CookieInterceptor.java b/core/src/main/java/org/apache/struts2/interceptor/CookieInterceptor.java
index 2fbe9b559..939956c00 100644
--- a/core/src/main/java/org/apache/struts2/interceptor/CookieInterceptor.java
+++ b/core/src/main/java/org/apache/struts2/interceptor/CookieInterceptor.java
@@ -86,10 +86,14 @@ import java.util.regex.Pattern;
*
*
*
- * populateCookieValueIntoStack - this method will decide if this cookie value is qualified to be
- * populated into the value stack (hence into the action itself)
- * injectIntoCookiesAwareAction - this method will inject selected cookies (as a java.util.Map) into
- * action that implements {@link CookiesAware}.
+ * -
+ * populateCookieValueIntoStack - this method will decide if this cookie value is qualified
+ * to be populated into the value stack (hence into the action itself)
+ *
+ * -
+ * injectIntoCookiesAwareAction - this method will inject selected cookies (as a java.util.Map)
+ * into action that implements {@link CookiesAware}.
+ *
*
*
*