Skip to content

Commit

Permalink
Fix a typo in TokenEndpoint class (#630)
Browse files Browse the repository at this point in the history
Relates-To: OLPEDGE-1341

Signed-off-by: Mykhailo Kuchma <ext-mykhailo.kuchma@here.com>
  • Loading branch information
mykhailo-kuchma authored Feb 4, 2020
1 parent 99d0894 commit c30c405
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ PORTING_CLANG_GCC_DISABLE_WARNING("-Wdeprecated-declarations")
* @brief Corresponds to the token endpoint as specified in the OAuth2.0
* specification.
*/
class AUTHENTICATION_API AUTHENTICATION_API
OLP_SDK_DEPRECATED("Will be removed in 04.2020") TokenEndpoint {
class AUTHENTICATION_API OLP_SDK_DEPRECATED("Will be removed in 04.2020")
TokenEndpoint {
public:
/**
* @brief Defines the signature used to return the response to the client.
Expand Down

0 comments on commit c30c405

Please sign in to comment.