mirror of https://github.com/apache/jclouds.git
corrected toString
git-svn-id: http://jclouds.googlecode.com/svn/trunk@1426 3d8758e0-26b5-11de-8745-db77d3ebf521
This commit is contained in:
parent
e773803ee2
commit
d91f069761
|
@ -44,7 +44,7 @@ public class AWSError {
|
|||
@Override
|
||||
public String toString() {
|
||||
final StringBuilder sb = new StringBuilder();
|
||||
sb.append("S3Error");
|
||||
sb.append("AWSError");
|
||||
sb.append("{code='").append(code).append('\'');
|
||||
sb.append(", message='").append(message).append('\'');
|
||||
sb.append(", requestId='").append(requestId).append('\'');
|
||||
|
|
Loading…
Reference in New Issue