diff --git a/xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/TextAreaClass.java b/xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/TextAreaClass.java
index f642ee7491a47e5f8156e846d82c4e41dbf6413d..4b39e263af2213f6bd0bed7032ca677c284dd080 100644
--- a/xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/TextAreaClass.java
+++ b/xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/TextAreaClass.java
@@ -44,6 +44,8 @@ public class TextAreaClass extends StringClass
 {
     /**
      * Possible values for the editor meta property.
+     * <p>
+     * Indicates which editor should be used to manipulate the content of the property.
      */
     public enum EditorType
     {
@@ -77,7 +79,9 @@ public String toString()
     }
 
     /**
-     * Possible values for the editor meta property.
+     * Possible values for the contenttype meta property.
+     * <p>
+     * Indicates what kind of content this field contains (wiki, plain text, etc.).
      * 
      * @since 8.3
      */