Skip to content

Commit

Permalink
fix javadoc warning
Browse files Browse the repository at this point in the history
  • Loading branch information
billwert committed Jul 16, 2024
1 parent c3b0fc3 commit bfcef2b
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ public class AzurePipelinesCredentialBuilder extends AadCredentialBuilderBase<Az
private String serviceConnectionId;
private String systemAccessToken;

/**
* Creates an instance of the {@link AzurePipelinesCredentialBuilder}.
*/
public AzurePipelinesCredentialBuilder() {
super();
}

/**
* Sets the service connection id for the Azure Pipelines service connection. The service connection ID is
* retrieved from the Service Connection in the portal.
Expand Down

0 comments on commit bfcef2b

Please sign in to comment.