Skip to content

Commit

Permalink
Fixed typo in javadoc element
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimanaev committed Apr 9, 2018
1 parent 1769bc4 commit 62f5fe5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public interface AuthenticationService {

/**
* Creates {@link BackstageAuthentication} based on received access token string.
* <p>Keep in mind after such authentication it is NOT possible to use {@link #reAuthenticate(BackstageAuthentication) reAuthenticate} method.</
* <p>Keep in mind after such authentication it is NOT possible to use {@link #reAuthenticate(BackstageAuthentication) reAuthenticate} method.</p>
*
* @param accessToken supplied by authentication {@link com.taboola.backstage.model.auth.Token Token}
* @return {@link BackstageAuthentication} object which is being required by all services
Expand Down

0 comments on commit 62f5fe5

Please sign in to comment.