(String[] args)
| 39 | }); |
| 40 | } |
| 41 | public static void main(String[] args) { |
| 42 | try { |
| 43 | streamCall(); |
| 44 | } catch (ApiException | NoApiKeyException | UploadFileException e) { |
| 45 | System.out.println(e.getMessage()); |
| 46 | } |
| 47 | System.exit(0); |
| 48 | } |
| 49 | } |
nothing calls this directly
no test coverage detected