(String[] args)
| 52 | } |
| 53 | |
| 54 | public static void main(String[] args){ |
| 55 | // try{ |
| 56 | // callWithCallback(); |
| 57 | // }catch(ApiException|NoApiKeyException|InterruptedException e){ |
| 58 | // e.printStackTrace(); |
| 59 | // System.out.println(e); |
| 60 | // |
| 61 | // } |
| 62 | try { |
| 63 | basicCall(); |
| 64 | } catch (ApiException | NoApiKeyException e) { |
| 65 | System.out.println(e.getMessage()); |
| 66 | } |
| 67 | System.exit(0); |
| 68 | } |
| 69 | } |
nothing calls this directly
no test coverage detected