Skip to content

Commit

Permalink
(#171) IdentityToken
Browse files Browse the repository at this point in the history
Fixed a few style issues.
  • Loading branch information
llorllale committed Nov 18, 2018
1 parent e879c15 commit a3a3e37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/com/amihaiemil/docker/IdentityToken.java
Expand Up @@ -32,7 +32,7 @@
import javax.json.Json;

/**
* A {@link Auth} holding an Identity token.
* An {@link Auth} holding an Identity token.
* <p>
* Identity tokens are obtained after validating your {@link Credentials}
* with a registry. However, the docker engine is capable of obtaining this
Expand All @@ -45,6 +45,7 @@
* @see <a href="https://docs.docker.com/engine/api/v1.35/#section/Authentication">Authentication</a>
* @see <a href="https://docs.docker.com/registry/spec/auth/token/">Token Authentication Specification</a>
* @see <a href="https://docs.docker.com/engine/api/v1.35/#operation/SystemAuth">Check auth configuration</a>
* @version $Id$
* @since 0.0.4
*/
public final class IdentityToken implements Auth {
Expand Down
Expand Up @@ -36,6 +36,7 @@
* Unit tests for {@link IdentityToken}.
*
* @author George Aristy (george.aristy@gmail.com)
* @version $Id$
* @since 0.0.4
*/
public final class IdentityTokenTestCase {
Expand Down

0 comments on commit a3a3e37

Please sign in to comment.