Skip to content

Commit f2b7c20

Browse files
committed
Fixing code issues.
1 parent bff49ef commit f2b7c20

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/amihaiemil/docker/ListedVolumes.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ public class ListedVolumes extends RtVolumes {
4242
* @param client The http client.
4343
* @param uri The URI for this Images API.
4444
* @param dkr The docker entry point.
45-
* @checkstyle ParameterNumber (2 lines)
4645
*/
4746
ListedVolumes(final HttpClient client, final URI uri, final Docker dkr) {
4847
super(client, uri, dkr);

0 commit comments

Comments
 (0)