Skip to content

Commit

Permalink
Merge pull request #49 from palantir/feature/format-docker-ports
Browse files Browse the repository at this point in the history
Fix javadoc generation
  • Loading branch information
joelea committed Apr 14, 2016
2 parents 535d154 + ba416af commit 83a9c81
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,14 +101,12 @@ public boolean isHttpResponding(Function<DockerPort, String> urlFunction) {
* <p>
* Example: dockerPort.inFormat("https://$HOST:$EXTERNAL_PORT/api")
* </p>
* <p>
* Formats the docker port into a particular form, available options are:
* <ul>
* <li>$HOST - the hostname/ip address of the docker port</li>
* <li>$EXTERNAL_PORT - the external version of the docker port</li>
* <li>$INTERNAL_PORT - the internal versino of the docker port</li>
* </ul>
* </p>
*
* @param format a format string using the substitutions listed above
* @return formattedDockerPort the details of the {@link DockerPort} in the specified format
Expand Down

0 comments on commit 83a9c81

Please sign in to comment.