Skip to content

Commit a770502

Browse files
SnipxLodrKumquat
authored andcommitted
Minor fix for a constant Javadoc
1 parent 8c460e4 commit a770502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ public class CssConstants extends CommonCssConstants {
112112
/** The Constant VERTICAL_ALIGN. */
113113
public static final String VERTICAL_ALIGN = "vertical-align";
114114

115-
/** The Constant VISIBILITY. */
115+
/** The Constant VISIBLE. */
116116
public static final String VISIBLE = "visible";
117117

118118
/** The Constant MAX_WIDTH. */

0 commit comments

Comments
 (0)