commit | 3895cc3ddfc9555ee86f13a4a6dd3e43a3adc706 | [log] [tgz] |
---|---|---|
author | Sho SHIMIZU <sshimizu@us.fujitsu.com> | Tue Oct 13 10:52:22 2015 -0700 |
committer | Sho SHIMIZU <sshimizu@us.fujitsu.com> | Tue Oct 13 10:53:34 2015 -0700 |
tree | 4dc53809548b1db6fb4604c4cf6e551c70c9a653 | |
parent | 53beb00ebf0f1da55124fd878903944d4aa409ef [diff] |
Explicitly write the release when API is deprecated Change-Id: I73eab9ca518ee63b5037bb2370bf757b16735ab8
diff --git a/ovsdb/rfc/src/main/java/org/onosproject/ovsdb/rfc/notation/Row.java b/ovsdb/rfc/src/main/java/org/onosproject/ovsdb/rfc/notation/Row.java index 3637783..0908876 100644 --- a/ovsdb/rfc/src/main/java/org/onosproject/ovsdb/rfc/notation/Row.java +++ b/ovsdb/rfc/src/main/java/org/onosproject/ovsdb/rfc/notation/Row.java
@@ -43,6 +43,7 @@ * Row constructor. * * @param tableName table name + * @deprecated in Emu Release */ @Deprecated private Row(String tableName) {