Skip to content

Commit

Permalink
#2379 code reformatted
Browse files Browse the repository at this point in the history
  • Loading branch information
tjamakeev committed Apr 4, 2018
1 parent af4c605 commit cd0eed4
Show file tree
Hide file tree
Showing 7 changed files with 2,050 additions and 1,385 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -287,12 +287,10 @@ void placeEnvironmentInfoByContainerId( String environmentId, String containerIp

/**
* Places JWT token to container
*
* @param environmentId environment ID
* @param containerIp container IP
* @param token JWT token
* @throws EnvironmentNotFoundException
* @throws ContainerHostNotFoundException
* @throws CommandException
*/
void placeTokenToContainer( String environmentId, String containerIp, String token )
throws EnvironmentNotFoundException, ContainerHostNotFoundException, CommandException;
Expand Down
Loading

0 comments on commit cd0eed4

Please sign in to comment.