summaryrefslogtreecommitdiffstats
path: root/server/src/com
diff options
context:
space:
mode:
authorMarc Englund <marc@vaadin.com>2014-06-24 10:18:40 +0300
committerVaadin Code Review <review@vaadin.com>2014-06-25 08:26:32 +0000
commit5103cbf48b0d8eb615622d4d6439fc0d3f0bfaea (patch)
treea95f573c7424fcdc7eac926360328e720fd991cd /server/src/com
parent297c97a7a927a1f4e6450f81518290bf845929e1 (diff)
downloadvaadin-framework-5103cbf48b0d8eb615622d4d6439fc0d3f0bfaea.tar.gz
vaadin-framework-5103cbf48b0d8eb615622d4d6439fc0d3f0bfaea.zip
Updated javadoc to indicate which Font Awesome version is included (#14070)
Change-Id: I51c0722bda9941d16a5f6aad0ce7dfd4a4753587
Diffstat (limited to 'server/src/com')
-rw-r--r--server/src/com/vaadin/server/FontAwesome.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/server/src/com/vaadin/server/FontAwesome.java b/server/src/com/vaadin/server/FontAwesome.java
index 71a2249dca..c99f42fac1 100644
--- a/server/src/com/vaadin/server/FontAwesome.java
+++ b/server/src/com/vaadin/server/FontAwesome.java
@@ -25,6 +25,9 @@ package com.vaadin.server;
* these icons, and all of them, so you might want to consider making a custom
* icon font - either to get other icons, or to minimize the size of the font.
* </p>
+ * <p>
+ * The Font Awesome version currently included is 4.0.3.
+ * </p>
*
* @since 7.2
* @author Vaadin Ltd