Skip to content

Commit c30c405

Browse files
Fix a typo in TokenEndpoint class (#630)
Relates-To: OLPEDGE-1341 Signed-off-by: Mykhailo Kuchma <[email protected]>
1 parent 99d0894 commit c30c405

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

olp-cpp-sdk-authentication/include/olp/authentication/TokenEndpoint.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ PORTING_CLANG_GCC_DISABLE_WARNING("-Wdeprecated-declarations")
4343
* @brief Corresponds to the token endpoint as specified in the OAuth2.0
4444
* specification.
4545
*/
46-
class AUTHENTICATION_API AUTHENTICATION_API
47-
OLP_SDK_DEPRECATED("Will be removed in 04.2020") TokenEndpoint {
46+
class AUTHENTICATION_API OLP_SDK_DEPRECATED("Will be removed in 04.2020")
47+
TokenEndpoint {
4848
public:
4949
/**
5050
* @brief Defines the signature used to return the response to the client.

0 commit comments

Comments
 (0)