Skip to content

Commit aebfc6c

Browse files
committed
user story #2935140: Updated javadocs
1 parent ffe20ee commit aebfc6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk-src/src/main/java/com/hpe/adm/nga/sdk/authentication/OAuth2Authentication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ public class OAuth2Authentication extends Authentication {
4141
private boolean isAuthenticated;
4242

4343
/**
44-
* @param apiMode the mode to use or null if none is needed
4544
* @param accessToken the access token from the IDP
4645
* @param clientId the client id for performing the token exchange operation in Octane
4746
* @param clientSecret the client secret for performing the token exchange operation in Octane
47+
* @param apiMode the mode to use or null if none is needed
4848
*/
4949
public OAuth2Authentication(final String accessToken, final String clientId, final String clientSecret,
5050
final APIMode apiMode) {

0 commit comments

Comments
 (0)