X Tutup
Skip to content

Commit d05e380

Browse files
committed
Fixes Issue #584
Adds RootDir property to GraphData. This was seen on a CentOS system without aufs support.
1 parent 9b8ca72 commit d05e380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/github/dockerjava/api/command/GraphData.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public String getRootDir() {
3434
}
3535

3636
/**
37-
* @see #deviceId
37+
* @see #rootDir
3838
*/
3939
public GraphData withRootDir(String rootDir) {
4040
this.rootDir = rootDir;

0 commit comments

Comments
 (0)
X Tutup