Skip to content

Commit b99629f

Browse files
committed
fix style issues
1 parent 162514a commit b99629f

1 file changed

Lines changed: 22 additions & 22 deletions

File tree

src/main/java/com/shipengine/ErrorResponse.java

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,26 @@
55

66
public class ErrorResponse
77
{
8-
private String requestId;
9-
private ArrayList<Map<String, String>> errors;
10-
11-
public String getRequestId() {
12-
return this.requestId;
13-
}
14-
15-
public ArrayList<Map<String, String>> getErrors() {
16-
return this.errors;
17-
}
18-
19-
public void setRequestId(String requestId) {
20-
this.requestId = requestId;
21-
}
22-
23-
public void setErrors(ArrayList<Map<String, String>> errors)
24-
{
25-
this.errors = errors;
26-
}
27-
28-
public ErrorResponse()
29-
{}
8+
private String requestId;
9+
private ArrayList<Map<String, String>> errors;
10+
11+
public String getRequestId() {
12+
return this.requestId;
13+
}
14+
15+
public ArrayList<Map<String, String>> getErrors() {
16+
return this.errors;
17+
}
18+
19+
public void setRequestId(String requestId) {
20+
this.requestId = requestId;
21+
}
22+
23+
public void setErrors(ArrayList<Map<String, String>> errors)
24+
{
25+
this.errors = errors;
26+
}
27+
28+
public ErrorResponse() {
29+
}
3030
}

0 commit comments

Comments
 (0)