GitHub user rjbriody opened a pull request:

    https://github.com/apache/incubator-tinkerpop/pull/231

    TINKERPOP-1165:Tooling Support: Compile with -parameters

    https://issues.apache.org/jira/browse/TINKERPOP-1165
    
    Add -parameters to maven compile args.
    
    This can be manually verified w/ something like this
    ```
    
System.out.println(GraphTraversal.class.getDeclaredMethods()[0].getParameters()[0].getName());
    ```
    
    Used to print "arg0". Should now print "column".

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

    $ git pull https://github.com/rjbriody/incubator-tinkerpop TINKERPOP-1165

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

    https://github.com/apache/incubator-tinkerpop/pull/231.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 #231
    
----
commit 79be3f85e0732fa819fa0bea8ff4c5597f925f0e
Author: rjbriody <bob.bri...@datastax.com>
Date:   2016-02-18T17:40:57Z

    Add -parameters to compile args.

----


---
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