diff options
author | Artur Signell <artur@vaadin.com> | 2015-02-09 14:05:24 +0200 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2015-02-09 12:37:36 +0000 |
commit | 96362ac38b7c00eeadac1186c0b716326df4d297 (patch) | |
tree | b1c4540205b7bbfd6e7aaafa7237a3d37070a6d7 /server | |
parent | 66df4a374013f0d6eb0b642e8c3e3122e1da17ed (diff) | |
download | vaadin-framework-96362ac38b7c00eeadac1186c0b716326df4d297.tar.gz vaadin-framework-96362ac38b7c00eeadac1186c0b716326df4d297.zip |
Fix @since for 7.4
Change-Id: I71f3a7cd6b91174c306e5cd60e20dbf0150f4a53
Diffstat (limited to 'server')
-rw-r--r-- | server/src/com/vaadin/server/JsonCodec.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/com/vaadin/server/JsonCodec.java b/server/src/com/vaadin/server/JsonCodec.java index 498bf3e6b2..fc95accd6e 100644 --- a/server/src/com/vaadin/server/JsonCodec.java +++ b/server/src/com/vaadin/server/JsonCodec.java @@ -798,7 +798,7 @@ public class JsonCodec implements Serializable { * {@link JsonValue#jsEquals(JsonValue)} is defined to use JavaScript * semantics where arrays and objects are equals only based on identity. * - * @since + * @since 7.4 * @param a * the first json value to check, may not be null * @param b |