[GitHub] avro pull request #254: AVRO-2080: Fix Generated Record Javadocs

2017-12-13 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/avro/pull/254


---


[GitHub] avro pull request #254: AVRO-2080: Fix Generated Record Javadocs

2017-10-02 Thread Kuroshii
GitHub user Kuroshii opened a pull request:

https://github.com/apache/avro/pull/254

AVRO-2080: Fix Generated Record Javadocs

 Changes:
- Add missing javadoc annotations to the specific record velocity template
- Update test files for specific compiler tool

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/Kuroshii/avro fix-generated-record-javadocs

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/avro/pull/254.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #254


commit a9872fd6e23821db6536a8d21a6271620ca5bd65
Author: Bridger Howell 
Date:   2017-10-03T02:57:23Z

AVRO-2080: Add missing javadoc annotations to record template

commit 449d8b5e53ed4306edc5c45ce38019517ef9285e
Author: Bridger Howell 
Date:   2017-10-03T02:57:30Z

AVRO-2080: Update SpecificCompilerTool test data




---