summaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
Diffstat (limited to 'server')
-rw-r--r--server/src/com/vaadin/server/VaadinService.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/com/vaadin/server/VaadinService.java b/server/src/com/vaadin/server/VaadinService.java
index 66c3a88fb2..fb93a44d37 100644
--- a/server/src/com/vaadin/server/VaadinService.java
+++ b/server/src/com/vaadin/server/VaadinService.java
@@ -1874,7 +1874,7 @@ public abstract class VaadinService implements Serializable {
* @throws SecurityException
* If current security policy forbids acquiring class loader
*
- * @since
+ * @since 7.3.5
*/
protected void setDefaultClassLoader() {
try {