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 78c9778 commit 1a9e17fCopy full SHA for 1a9e17f
src/main/java/com/amihaiemil/docker/DockerSystem.java
@@ -18,6 +18,6 @@ public interface DockerSystem {
18
* unexpected status.
19
*/
20
DiskSpaceInfo diskUsage()
21
- throws IOException, UnexpectedResponseException;
+ throws IOException, UnexpectedResponseException;
22
23
}
0 commit comments