(String[] args)
| 19 | } |
| 20 | |
| 21 | public static void main(String[] args){ |
| 22 | try { |
| 23 | dollyQuickStart(); |
| 24 | } catch (ApiException | NoApiKeyException | InputRequiredException e) { |
| 25 | System.out.println(e.getMessage()); |
| 26 | } |
| 27 | System.exit(0); |
| 28 | } |
| 29 | } |
nothing calls this directly
no test coverage detected