Skip to content

Commit b479f46

Browse files
committed
Fix typo
1 parent 4248189 commit b479f46

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

layout/src/main/java/com/itextpdf/layout/property/Property.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,5 @@ public enum Property {
140140
WIDTH,
141141
WORD_SPACING,
142142
X,
143-
Y;
144-
143+
Y
145144
}

0 commit comments

Comments
 (0)