We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bff49ef commit f2b7c20Copy full SHA for f2b7c20
src/main/java/com/amihaiemil/docker/ListedVolumes.java
@@ -42,7 +42,6 @@ public class ListedVolumes extends RtVolumes {
42
* @param client The http client.
43
* @param uri The URI for this Images API.
44
* @param dkr The docker entry point.
45
- * @checkstyle ParameterNumber (2 lines)
46
*/
47
ListedVolumes(final HttpClient client, final URI uri, final Docker dkr) {
48
super(client, uri, dkr);
0 commit comments