Skip to content

Commit 35195d5

Browse files
committed
Updated javadoc to correctly state the entity type
1 parent 507f8c3 commit 35195d5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/main/java/com/auth0/client/mgmt/ManagementAPI.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -365,16 +365,16 @@ public KeysEntity keys() {
365365
}
366366

367367
/**
368-
* Getter for the Prompts Entity
369-
* @return the Prompts Entity
368+
* Getter for the RefreshTokens Entity
369+
* @return the RefreshTokens Entity
370370
*/
371371
public RefreshTokensEntity refreshTokens() {
372372
return new RefreshTokensEntity(client, baseUrl, tokenProvider);
373373
}
374374

375375
/**
376-
* Getter for the Prompts Entity
377-
* @return the Prompts Entity
376+
* Getter for the Sessions Entity
377+
* @return the Sessions Entity
378378
*/
379379
public SessionsEntity sessions() {
380380
return new SessionsEntity(client, baseUrl, tokenProvider);

0 commit comments

Comments
 (0)