mirror of
https://github.com/apache/jclouds.git
synced 2025-02-07 10:39:03 +00:00
Include the delimiter field in ListContainerOptions.toString.
This commit is contained in:
parent
880287c6ab
commit
3cb8d4f87c
@ -300,6 +300,7 @@ public class ListContainerOptions extends ListOptions implements Cloneable {
|
||||
public String toString() {
|
||||
return "[dir=" + dir + ", recursive=" + recursive + ", detailed=" + detailed
|
||||
+ ", prefix=" + prefix + ", marker=" + getMarker()
|
||||
+ ", delimiter=" + delimiter
|
||||
+ ", maxResults=" + getMaxResults() + "]";
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user