Skip to content

Commit

Permalink
Update Javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
rnorth committed Oct 20, 2020
1 parent f5498d5 commit 082fcbb
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
import static java.util.Comparator.comparingInt;

/**
* TODO: Javadocs
* An image name substitutor converts a Docker image name, as may be specified in code, to an alternative name.
* This is intended to provide a way to override image names, for example to enforce pulling of images from a private
* registry.
*/
@Slf4j
public abstract class ImageNameSubstitutor implements Function<DockerImageName, DockerImageName> {
Expand Down

0 comments on commit 082fcbb

Please sign in to comment.