Skip to content

Commit

Permalink
Merge pull request #7611 from qmonmert/typos29092023
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
pascalgrimaud authored Sep 29, 2023
2 parents 1bcd78e + 28eefa1 commit 0d8403c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ class MyDockerImagesReader implements DockerImagesReader {
}
```

Of course you can add any version resolution logic you want in the implementation. You can have a look at [FileSystemDockerImagesReader](https://github.com/jhipster/jhipster-lite/blob/main/src/main/java/tech/jhipster/lite/module/infrastructure/secondary/docker/FileSystemDockerImagesReader.java) for an implementation reading from a local file (managed by dependenbot).
Of course you can add any version resolution logic you want in the implementation. You can have a look at [FileSystemDockerImagesReader](https://github.com/jhipster/jhipster-lite/blob/main/src/main/java/tech/jhipster/lite/module/infrastructure/secondary/docker/FileSystemDockerImagesReader.java) for an implementation reading from a local file (managed by dependabot).

## Java versions

Expand Down

0 comments on commit 0d8403c

Please sign in to comment.