commit | 3a9da170c8e8ab91841339cd0ee9b5edd12a80c6 | [log] [tgz] |
---|---|---|
author | Christopher Wiley <wiley@google.com> | Fri Jan 29 11:10:49 2016 -0800 |
committer | Christopher Wiley <wiley@google.com> | Fri Jan 29 19:43:47 2016 +0000 |
tree | 2c71a7db1aaaa6f861e99a0002df9ee300ee8ff1 | |
parent | 67502f1dd88923a2ad7a4e5cb76d572e6bb3304d [diff] |
Update style in generate_java.* - Add license notices - Adopt Google style conventions - remove string append(char* a, char* b) - remove using std::* declarations from headers - do not sprintf into a char buffer any longer Bug: None Change-Id: I42d95d25a6a88e87150bd9c7f1b79e26b9076c11 Test: compiles, unittests continue to pass