Skip to content
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

Update Javadocs #466

Merged
merged 1 commit into from
Dec 9, 2023
Merged

Update Javadocs #466

merged 1 commit into from
Dec 9, 2023

Conversation

vrajmohan
Copy link
Contributor

No description provided.

/**
* Repository interface for UserFile objects
*/
@Repository
public interface UserFileRepository extends JpaRepository<UserFile, UUID> {

/**
* finds all the {@link UserFile}s associated with a {@link Submission}}
Copy link
Contributor

Choose a reason for hiding this comment

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

This sentence should be capitalized

List<UserFile> findAllBySubmission(Submission submission);

/**
* get a count of all the {@link UserFile}s associated with a {@link Submission}}
Copy link
Contributor

Choose a reason for hiding this comment

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

This should also be capitalized

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Also using 3rd person consistently. Changed to "Gets".

Co-authored-by: chibuisienyia <cenyia@codeforamerica.org>
@vrajmohan vrajmohan merged commit 57d48e7 into main Dec 9, 2023
5 checks passed
@vrajmohan vrajmohan deleted the update-javadocs-186633028 branch December 9, 2023 00:54
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.

None yet

2 participants