Skip to content

Added Javadoc to strategy pattern interfaces and implmentation #3305

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

roshan7432
Copy link

Pull Request Template

What does this PR do?

Copy link

github-actions bot commented Jul 18, 2025

PR Summary

Added Javadoc documentation to the DragonSlayingStrategy interface and the MeleeStrategy implementation.

Changes

File Summary
strategy/src/main/java/com/iluwatar/strategy/DragonSlayingStrategy.java Added Javadoc documentation to the DragonSlayingStrategy interface. The Javadoc describes the interface as a strategy for slaying dragons and the execute method as the execution of the strategy.
strategy/src/main/java/com/iluwatar/strategy/MeleeStrategy.java Added Javadoc documentation to the MeleeStrategy class. The Javadoc describes the class as a melee-based dragon slaying strategy.

autogenerated by presubmit.ai

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

LGTM!

Review Summary

Commits Considered (1)
  • 2af53ce: Added Javadoc to strategy pattern interfaces and implmentation
Files Processed (2)
  • strategy/src/main/java/com/iluwatar/strategy/DragonSlayingStrategy.java (1 hunk)
  • strategy/src/main/java/com/iluwatar/strategy/MeleeStrategy.java (1 hunk)
Actionable Comments (0)
Skipped Comments (0)

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.

1 participant