This is an automated email from the ASF dual-hosted git repository.
jking pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git.
from 6ba58e9 Update README [ci skip]
new 6b6a827 THRIFT-4857: Made Java TField class hash code consistent with
equals.
new b261f3c THRIFT-4857: [java] added a unit test for TField
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../src/org/apache/thrift/protocol/TField.java | 3 +-
.../org/apache/thrift/protocol/TestTField.java | 60 ++++++++++++++++++++++
2 files changed, 61 insertions(+), 2 deletions(-)
create mode 100644 lib/java/test/org/apache/thrift/protocol/TestTField.java