snowch / biginsight-examples

Example projects to help you quickly get started with BigInsights
Apache License 2.0
7 stars 4 forks source link

make shared helpers method callable via static method #88

Open snowch opened 8 years ago

snowch commented 8 years ago

In example build projects, we are calling shared methods like this:

getBigSqlHeadHost()

For the people new to the project, it won't be clear where the method is located. It would be much better if we called the shared methods like:

Utils.getBigSqlHeadHost()