]> source.dussan.org Git - vaadin-framework.git/commitdiff
Set @since tags to 7.4
authorArtur Signell <artur@vaadin.com>
Tue, 13 Jan 2015 20:42:46 +0000 (22:42 +0200)
committerArtur Signell <artur@vaadin.com>
Tue, 13 Jan 2015 20:42:46 +0000 (22:42 +0200)
Change-Id: I3846bea13444afbb72b54eaf8808273f88dddee1

shared/src/com/vaadin/shared/VaadinUriResolver.java

index 9c2f4bcc761897b2f05686ec52488a7eeb7a9c10..b45d32f71ada68a5c1886b0947d50e8c4d9415f9 100644 (file)
@@ -25,7 +25,7 @@ import com.vaadin.shared.util.SharedUtil;
  * logic in {@link #resolveVaadinUri(String)} and using abstract methods in the
  * class for accessing information specific to the current environment.
  * 
- * @since
+ * @since 7.4
  * @author Vaadin Ltd
  */
 public abstract class VaadinUriResolver implements Serializable {
@@ -49,7 +49,7 @@ public abstract class VaadinUriResolver implements Serializable {
      * Any other URI protocols, such as <code>http://</code> or
      * <code>https://</code> are passed through this method unmodified.
      *
-     * @since
+     * @since 7.4
      * @param vaadinUri
      *            the uri to resolve
      * @return the resolved uri