aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--server/src/com/vaadin/server/FontAwesome.java2
-rw-r--r--server/src/com/vaadin/server/GenericFontIcon.java1
2 files changed, 1 insertions, 2 deletions
diff --git a/server/src/com/vaadin/server/FontAwesome.java b/server/src/com/vaadin/server/FontAwesome.java
index 4c60b90233..4463871219 100644
--- a/server/src/com/vaadin/server/FontAwesome.java
+++ b/server/src/com/vaadin/server/FontAwesome.java
@@ -584,7 +584,7 @@ public enum FontAwesome implements FontIcon {
/**
* Finds an instance of FontAwesome with given codepoint
*
- * @since 7.5
+ * @since 7.5.0
* @param codepoint
* @return FontAwesome instance with a specific codepoint or null if there
* isn't any
diff --git a/server/src/com/vaadin/server/GenericFontIcon.java b/server/src/com/vaadin/server/GenericFontIcon.java
index 5018d186f7..cf435d55e6 100644
--- a/server/src/com/vaadin/server/GenericFontIcon.java
+++ b/server/src/com/vaadin/server/GenericFontIcon.java
@@ -85,7 +85,6 @@ public class GenericFontIcon implements FontIcon {
* Utility method for generating HTML that displays an icon from specific
* fontFamiliy with a given codePoint in the font
*
- * @since 7.5
* @param fontFamily
* Name of the font family
* @param codePoint