Skip to content

Commit 9349b5e

Browse files
Whoops bad merge
1 parent 57889a3 commit 9349b5e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/main/java/org/gitlab4j/api/GitLabApi.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -713,14 +713,6 @@ public String getAuthToken() {
713713
return (apiClient.getAuthToken());
714714
}
715715

716-
/**
717-
* Set auth token supplier for gitlab api client.
718-
* @param authTokenSupplier - supplier which provide actual auth token
719-
*/
720-
public void setAuthTokenSupplier(Supplier<String> authTokenSupplier) {
721-
apiClient.setAuthTokenSupplier(authTokenSupplier);
722-
}
723-
724716
/**
725717
* Get the secret token.
726718
*

0 commit comments

Comments
 (0)