Skip to content

Commit b846d81

Browse files
zeevmoneyclaude
andcommitted
Add missing @param description in ElementsLoginResult
Fixes the last remaining Javadoc warning. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent b2c5a76 commit b846d81

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/main/java/io/permit/sdk/api/models/ElementsLoginResult.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ public ElementsLoginResult() {
1717
}
1818

1919
/**
20-
*
21-
* @param redirectUrl
20+
* @param redirectUrl The URL to redirect the user to after login
2221
*/
2322
public ElementsLoginResult(String redirectUrl) {
2423
super(redirectUrl);

0 commit comments

Comments
 (0)