Skip to content

Commit 844ca55

Browse files
committed
Fix some typos in javadocs of CssConstants
The deprecated constant's reference has been updated. DEVSIX-3080
1 parent 1c4bdd0 commit 844ca55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/itextpdf/html2pdf/css/CssConstants.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,8 +251,8 @@ public class CssConstants extends CommonCssConstants {
251251

252252
// properties possible values
253253
/**
254-
* The Constant FONT_ABSOLUTE_SIZE_KEYWORDS.
255-
* @deprecated Use {@link CommonCssConstants#FONT_ABSOLUTE_SIZE_KEYWORDS} instead.
254+
* The Constant FONT_ABSOLUTE_SIZE_KEYWORDS.
255+
* @deprecated Use {@link CommonCssConstants#FONT_ABSOLUTE_SIZE_KEYWORDS_VALUES} instead.
256256
*/
257257
@Deprecated
258258
public static final Set<String> FONT_ABSOLUTE_SIZE_KEYWORDS = Collections.unmodifiableSet(new HashSet<>(Arrays.asList(

0 commit comments

Comments
 (0)