Skip to content

Commit d2e07a6

Browse files
committed
Fix javadoc warning
1 parent 11f8193 commit d2e07a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/itextpdf/html2pdf/css/apply/util/FontStyleApplierUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ public static float parseAbsoluteFontSize(String fontSizeValue) {
271271
*
272272
* @param relativeFontSizeValue the relative font size value as a {@link String}
273273
* @param baseValue the base value
274-
* @return the relative font size value as a {@link float}
274+
* @return the relative font size value as a {@code float}
275275
*/
276276
public static float parseRelativeFontSize(final String relativeFontSizeValue, final float baseValue) {
277277
if (CssConstants.SMALLER.equals(relativeFontSizeValue)) {

0 commit comments

Comments
 (0)