|
1 | 1 | package synapticloop.b2.response; |
2 | 2 |
|
3 | | -import java.io.IOException; |
4 | | -import java.util.Iterator; |
5 | | - |
6 | 3 | /* |
7 | 4 | * Copyright (c) 2016 Synapticloop. |
8 | | - * |
| 5 | + * |
9 | 6 | * All rights reserved. |
10 | | - * |
11 | | - * This code may contain contributions from other parties which, where |
12 | | - * applicable, will be listed in the default build file for the project |
| 7 | + * |
| 8 | + * This code may contain contributions from other parties which, where |
| 9 | + * applicable, will be listed in the default build file for the project |
13 | 10 | * ~and/or~ in a file named CONTRIBUTORS.txt in the root of the project. |
14 | | - * |
15 | | - * This source code and any derived binaries are covered by the terms and |
16 | | - * conditions of the Licence agreement ("the Licence"). You may not use this |
17 | | - * source code or any derived binaries except in compliance with the Licence. |
18 | | - * A copy of the Licence is available in the file named LICENSE.txt shipped with |
| 11 | + * |
| 12 | + * This source code and any derived binaries are covered by the terms and |
| 13 | + * conditions of the Licence agreement ("the Licence"). You may not use this |
| 14 | + * source code or any derived binaries except in compliance with the Licence. |
| 15 | + * A copy of the Licence is available in the file named LICENSE.txt shipped with |
19 | 16 | * this source code or binaries. |
20 | 17 | */ |
21 | 18 |
|
22 | 19 | import org.json.JSONArray; |
23 | 20 | import org.json.JSONException; |
24 | 21 | import org.json.JSONObject; |
25 | 22 | import org.slf4j.Logger; |
26 | | - |
27 | 23 | import synapticloop.b2.exception.B2ApiException; |
28 | 24 |
|
| 25 | +import java.util.Iterator; |
| 26 | + |
29 | 27 | public abstract class BaseB2Response { |
30 | 28 | private final JSONObject response; |
31 | 29 |
|
|
0 commit comments