GitHub user tellison opened a pull request:

    https://github.com/apache/incubator-pirk/pull/51

    Introduced typed property getters to SytemConfiguration.

     - Replaced multiple places getting a string value and converting to
    boolean or int with calls to new typed property getters.
     - Removed API to clear out all system properties, as some are always
    required.
     - Enhanced javadoc on SystemConfiguration.

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

    $ git pull https://github.com/tellison/incubator-pirk sysconftypes

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

    https://github.com/apache/incubator-pirk/pull/51.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 #51
    
----
commit 514e7be17f24b05e1fcf3ebd7c63263d8b9bd949
Author: Tim Ellison <t.p.elli...@gmail.com>
Date:   2016-08-10T12:52:35Z

    Introduced typed property getters to SytemConfiguration.
    
     - Replaced multiple places getting a string value and converting to
    boolean or int with calls to new typed property getters.
     - Removed API to clear out all system properties, as some are always
    required.
     - Enhanced javadoc on SystemConfiguration.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to