Skip to content

Adding Java docs to the code base#143

Merged
gouravkrosx merged 2 commits into
mainfrom
docs
Mar 9, 2023
Merged

Adding Java docs to the code base#143
gouravkrosx merged 2 commits into
mainfrom
docs

Conversation

@charankamarapu
Copy link
Copy Markdown
Collaborator

Related Issue

Adding Java docs to the code base
Closes: keploy/keploy#342

Describe the changes you've made

Added Java docs and major comments

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Code style update (formatting, local variables)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How did you test your code changes?

testing is not required

Describe if there is any unusual behaviour of your code(Write NA if there isn't)

A clear and concise description of it.

Checklist:

  • My code follows the style guidelines of this project.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas and used java doc.
  • I have made corresponding changes to the documentation.
  • My changes generate no new warnings.
  • I have added tests that prove my fix is effective or that my feature works.
  • New and existing unit tests pass locally with my changes.

Screenshots (if any)

Original Updated
original screenshot updated screenshot

Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
Copy link
Copy Markdown
Member

@gouravkrosx gouravkrosx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@gouravkrosx gouravkrosx merged commit 8d5aa2d into main Mar 9, 2023
@charankamarapu charankamarapu deleted the docs branch March 9, 2023 06:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[feature]: Add java docs and comments for the code base

2 participants