[GitHub] helix pull request #232: [TASK] Remove method for setting quota type for Tas...

2018-07-12 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/helix/pull/232


---


[GitHub] helix pull request #232: [TASK] Remove method for setting quota type for Tas...

2018-07-09 Thread narendly
GitHub user narendly opened a pull request:

https://github.com/apache/helix/pull/232

[TASK] Remove method for setting quota type for TaskConfig

Changelist:
1. A setter for quota type was removed to comply with the definition that 
quota types only exist down to the job level.
2. Updated JavaDoc.

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

$ git pull https://github.com/narendly/helix 1323414

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

https://github.com/apache/helix/pull/232.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 #232


commit c370bba06812c95608c73157e9929fd7e84024a2
Author: Hunter Lee 
Date:   2018-07-10T01:41:51Z

[HELIX-725] [TASK] Remove method for setting quota type for TaskConfig

Changelist:
1. A setter for quota type was removed to comply with the definition that 
quota types only exist down to the job level.
2. Updated JavaDoc.




---