Commit 9349b5e6 authored by Flemming Frandsen's avatar Flemming Frandsen
Browse files

Whoops bad merge

parent 57889a34
...@@ -713,14 +713,6 @@ public class GitLabApi implements AutoCloseable { ...@@ -713,14 +713,6 @@ public class GitLabApi implements AutoCloseable {
return (apiClient.getAuthToken()); return (apiClient.getAuthToken());
} }
/**
* Set auth token supplier for gitlab api client.
* @param authTokenSupplier - supplier which provide actual auth token
*/
public void setAuthTokenSupplier(Supplier<String> authTokenSupplier) {
apiClient.setAuthTokenSupplier(authTokenSupplier);
}
/** /**
* Get the secret token. * Get the secret token.
* *
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment