< prev index next >

modules/javafx.controls/src/main/java/javafx/scene/control/skin/TableColumnHeader.java

Print this page

        

@@ -1077,12 +1077,14 @@
 
          }
     }
 
     /**
-     * Returnst he CssMetaData associated with this class, which may include the
+     * Returnst the CssMetaData associated with this class, which may include the
      * CssMetaData of its superclasses.
+     * @return the CssMetaData associated with this class, which may include the
+     * CssMetaData of its superclasses
      */
     public static List<CssMetaData<? extends Styleable, ?>> getClassCssMetaData() {
         return StyleableProperties.STYLEABLES;
     }
 }
< prev index next >