diff options
author | elmot <elmot@vaadin.com> | 2016-04-15 11:25:33 +0300 |
---|---|---|
committer | Ilia Motornyi <elmot@vaadin.com> | 2016-04-15 11:15:48 +0000 |
commit | f55691ea87efa446da94bbe313afae9835619f87 (patch) | |
tree | 66c6309f4be44f8137a42b2a691b76aaf311f418 /server | |
parent | 0a5aa96ce132255128a6557b1b41ef9f16d75e26 (diff) | |
download | vaadin-framework-f55691ea87efa446da94bbe313afae9835619f87.tar.gz vaadin-framework-f55691ea87efa446da94bbe313afae9835619f87.zip |
Add javadoc and @since for new API
Change-Id: I5c6be2ae0fdaff8b6b6169d6a1110ae824472532
(cherry picked from commit 97741f4545e5f246e7b1af01270abc832b9cf3ab)
Diffstat (limited to 'server')
-rw-r--r-- | server/src/com/vaadin/server/widgetsetutils/ClassPathExplorer.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/src/com/vaadin/server/widgetsetutils/ClassPathExplorer.java b/server/src/com/vaadin/server/widgetsetutils/ClassPathExplorer.java index 255f34d936..45bd3751d3 100644 --- a/server/src/com/vaadin/server/widgetsetutils/ClassPathExplorer.java +++ b/server/src/com/vaadin/server/widgetsetutils/ClassPathExplorer.java @@ -506,6 +506,8 @@ public class ClassPathExplorer { * directory (not a JAR file etc.) on the classpath. * * TODO this could be done better... + * + * @since 7.6.5 * * @param widgetsetFileName * relative path for the widgetset |