-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document properties in FluoConfiguration javadoc #900
Comments
I added this task to https://helpwanted.apache.org |
That's where I found it. I'd like to pick up this task if if that's alright. |
Thanks @kpm1985! |
That would be great @kpm1985 I will assign the task to you. Let us know if you have any questions. Below are the commands to build the javadoc. # build javadoc
mvn clean package javadoc:javadoc -DskipTests
# open javadoc w/ browswer and look at FluoConfiguration
firefox modules/api/target/site/apidocs/index.html |
@kpm1985 Github is not allowing me to assign the issue to you, however its all yours. |
Sorry, it could have been because I hadn't forked yet, not sure, but thank you for the opportunity. I'm looking forward to having fun and finishing this before I resume school. |
This is still a work in progress, but it would be appreciated if you could give a quick review to make sure I'm not over/under documenting anything so far. I plan on finishing this up tomorrow, and making the suggested changes as soon as I get them :) |
@kpm1985 I opened kpm1985/fluo#1 and made some comments. |
@kpm1985 are you still working in this? Do you need any assistance? |
I am still working, sorry for sitting on this. This should be finished
before the weekend.
…On Sep 13, 2017 7:25 AM, "Keith Turner" ***@***.***> wrote:
@kpm1985 <https://github.com/kpm1985> are you still working in this? Do
you need any assistance?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#900 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/Acg-LNs6hRsYc9qBacUi20rBsIz_b-xeks5sh-XygaJpZM4OuOhw>
.
|
@keith-turner : Looks like this issue is still pending. I can pick it up. |
@stippireddy that would be great |
@stippireddy there is a PR for this issue now #928 |
In #899 I added the following methods to FluoConfiguration. Would be nice to add the info about the property being set or got to all getters and setters in FluoConfiguration. Specifically, adding something like
Gets/Sets the value of the property {@value #CONNECTION_ZOOKEEPER_SECRET}
for each method would be very useful.The text was updated successfully, but these errors were encountered: