Explicitly write the release when API is deprecated
Change-Id: I73eab9ca518ee63b5037bb2370bf757b16735ab8
Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -43,6 +43,7 @@ public final class Row { | ... | @@ -43,6 +43,7 @@ public final class Row { |
| 43 | * Row constructor. | 43 | * Row constructor. |
| 44 | * | 44 | * |
| 45 | * @param tableName table name | 45 | * @param tableName table name |
| 46 | + * @deprecated in Emu Release | ||
| 46 | */ | 47 | */ |
| 47 | @Deprecated | 48 | @Deprecated |
| 48 | private Row(String tableName) { | 49 | private Row(String tableName) { | ... | ... |
-
Please register or login to post a comment