(String[] args)
| 60 | } |
| 61 | |
| 62 | public static void main(String[] args){ |
| 63 | try{ |
| 64 | // basicCall(); |
| 65 | synCall(); |
| 66 | //listTask(); |
| 67 | }catch(ApiException|NoApiKeyException e){ |
| 68 | System.out.println(e.getMessage()); |
| 69 | } |
| 70 | System.exit(0); |
| 71 | } |
| 72 | } |
nothing calls this directly
no test coverage detected