Skip to content

Commit 7899bd5

Browse files
committed
Fix javadoc for keto authorization provider (#9)
Signed-off-by: Khor Shu Heng <khor.heng@go-jek.com>
1 parent c477136 commit 7899bd5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

common/src/main/java/feast/common/auth/providers/keto/KetoAuthorizationProvider.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ public static class Builder {
4343
* Initialized builder for Keto authorization provider.
4444
*
4545
* @param url Url string for Keto server.
46-
* @return Returns Builder
4746
*/
4847
public Builder(String url) {
4948
this.url = url;

0 commit comments

Comments
 (0)