commit | 0ccc3fef66114c0be75a0bf82ce1cb5652961c7c | [log] [tgz] |
---|---|---|
author | Sergey Rogulenko <rogulenko@google.com> | Mon Apr 06 12:31:45 2015 -0700 |
committer | Sergey Rogulenko <rogulenko@google.com> | Mon Apr 06 19:32:59 2015 +0000 |
tree | 45ba194a95cf136636aefff297f5fec59ee36796 | |
parent | 59a3f37d198e6a46af527c855ef27263a88947ec [diff] |
vdl/java: fix array length visibility of non-public classes Change length of a fixed-length array from public static field to class annotation, as through Java reflection you can see all type information, but can't get the actual value. Change-Id: Ie662a450165a2f92f60e7f8c7b23a4fe89312966