Skip to content

Commit

Permalink
fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
nastiausenko committed Apr 17, 2024
1 parent c8bc08f commit fdbcfdf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ void getLinkUsageStatsByUserIdTest() {
}

/**
* Test case for the {@link LinkService#findAllByUser(User)} method when the provided user is null.
* Test case for the {@link LinkService#getLinkUsageStatsByUserId(UUID)} method when the provided id is null.
*/
@Test
void getLinkUsageStatsByUserIdNullTest() {
Expand Down

0 comments on commit fdbcfdf

Please sign in to comment.