Comment 1 for bug 898045

Revision history for this message
Garrett Holmstrom (gholms) wrote :

Relevant code snippet from WalrusManager.listBucket:

    if (marker != null || objectInfos.size() < maxKeys)
        Collections.sort(objectInfos);

I suspect that the "<" was meant to be ">", but Walrus should probably sort it unconditionally.